small clean of CommitDecorator

This commit is contained in:
Valeriy Sizov 2012-06-24 00:55:23 +03:00
parent 1548baa17c
commit 279c4262f9

View file

@ -26,8 +26,4 @@ class CommitDecorator < ApplicationDecorator
safe_message.split(/\n/, 2)[1].try(:chomp)
end
end
def breadcrumbs
end
end