method
handle_string
v5.2.3 -
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 246
def handle_string(record)
[get_method_for_string(record), []]
end