Module: StrongPresenter::ViewHelpers::ClassMethods

Included in:
TestCase::Behavior
Defined in:
lib/strong_presenter/view_helpers.rb

Instance Method Summary collapse

Instance Method Details

#helpersHelperProxy Also known as: h

Access the helpers proxy to call built-in and user-defined Rails helpers from a class context.

Returns:



15
16
17
# File 'lib/strong_presenter/view_helpers.rb', line 15

def helpers
  StrongPresenter::ViewContext.current
end