Method: ActionView::TestCase::Behavior::ClassMethods#helper_class

Defined in:
actionview/lib/action_view/test_case.rb

#helper_classObject



183
184
185
# File 'actionview/lib/action_view/test_case.rb', line 183

def helper_class
  @helper_class ||= determine_default_helper_class(name)
end