method
handle_class
v4.2.7 -
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 242
def handle_class(klass)
[get_method_for_class(klass), []]
end