method
singular
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder
singular(prefix, suffix)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 197
def self.singular(prefix, suffix)
new(->(name) { name.singular_route_key }, prefix, suffix)
end