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

Defined in:
lib/action_view/test_case.rb

#helper_classObject



87
88
89
# File 'lib/action_view/test_case.rb', line 87

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