Access the helpers proxy to call built-in and user-defined Rails helpers from a class context.
Rails
@return [HelperProxy] the helpers proxy
# File lib/strong_presenter/view_helpers.rb, line 15 def helpers StrongPresenter::ViewContext.current end