method
handle_string
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder
handle_string(record)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 234
def handle_string(record)
[get_method_for_string(record), []]
end