method
determine_default_helper_class
rails latest stable - Class:
ActionView::TestCase
determine_default_helper_class(name)public
No documentation available.
# File actionpack/lib/action_view/test_case.rb, line 85
def determine_default_helper_class(name)
name.sub(/Test$/, '').constantize
rescue NameError
nil
end