method
handle_string_call
rails 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