method
handle_string_call
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder
handle_string_call(target, str)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 238
def handle_string_call(target, str)
target.send get_method_for_string str
end