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

Defined in:
lib/action_view/test_case.rb

#helper_classObject



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

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