Skip to content

Commit

Permalink
no need to store helpers on presenter
Browse files Browse the repository at this point in the history
  • Loading branch information
blaknite committed May 18, 2016
1 parent 104ae07 commit 6df3e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blush/presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def initialize(object)
##
# Access helpers from the view context through HelperProxy
def helpers
@helpers ||= Blush.helpers
Blush.helpers
end

##
Expand Down

0 comments on commit 6df3e37

Please sign in to comment.