instance method
helper_class
Ruby on Rails 3.0.20
Since v3.0.20Signature
helper_class()
No documentation comment.
Source
# File actionpack/lib/action_view/test_case.rb, line 73
def helper_class
@helper_class ||= determine_default_helper_class(name)
end
Defined in actionpack/lib/action_view/test_case.rb line 73
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior::ClassMethods