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

Defined in:
lib/action_view/test_case.rb

#helper_classObject



73
74
75
# File 'lib/action_view/test_case.rb', line 73

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