method
handle_class
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder
handle_class(klass)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 238
def handle_class(klass)
[get_method_for_class(klass), []]
end