instance method
include_helper_modules!
Ruby on Rails 7.1.6
Since v3.0.20 PrivateSignature
include_helper_modules!()
No documentation comment.
Source
# File actionview/lib/action_view/test_case.rb, line 194
def include_helper_modules!
helper(helper_class) if helper_class
include _helpers
end
Defined in actionview/lib/action_view/test_case.rb line 194
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior::ClassMethods