Skip to content

Commit

Permalink
readme now references a helper that exists in rails
Browse files Browse the repository at this point in the history
  • Loading branch information
blaknite committed May 17, 2016
1 parent e41d41c commit a39a258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

class CommentPresenter < Blush::Presenter
def content
h.pretty_format(object.content)
h.simple_format(object.content)
end
end

Expand Down

0 comments on commit a39a258

Please sign in to comment.