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