Flowdock
method

singular

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: HelperMethodBuilder
singular(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 185
        def self.singular(prefix, suffix)
          new(->(name) { name.singular_route_key }, prefix, suffix)
        end
Register or log in to add new notes.