Commit 279c4262f92173ef6d35816db521028a3bdb7f17
1 parent
1548baa1
Exists in
master
and in
4 other branches
small clean of CommitDecorator
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
app/decorators/commit_decorator.rb
@@ -26,8 +26,4 @@ class CommitDecorator < ApplicationDecorator | @@ -26,8 +26,4 @@ class CommitDecorator < ApplicationDecorator | ||
26 | safe_message.split(/\n/, 2)[1].try(:chomp) | 26 | safe_message.split(/\n/, 2)[1].try(:chomp) |
27 | end | 27 | end |
28 | end | 28 | end |
29 | - | ||
30 | - def breadcrumbs | ||
31 | - | ||
32 | - end | ||
33 | end | 29 | end |