Flowdock
method

plural

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: HelperMethodBuilder
plural(prefix, suffix) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 201
          def self.plural(prefix, suffix)
            new(->(name) { name.route_key }, prefix, suffix)
          end
Register or log in to add new notes.