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