method
include_helper_modules!
v4.2.9 -
Show latest stable
- Class:
ActionView::TestCase::Behavior::ClassMethods
include_helper_modules!()private
No documentation available.
# File actionview/lib/action_view/test_case.rb, line 95
def include_helper_modules!
helper(helper_class) if helper_class
include _helpers
end