method
handle_string_call
v7.1.3.2 -
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 251
def handle_string_call(target, str)
target.public_send get_method_for_string str
end