Flowdock
method

inflections

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActiveSupport::Inflector
inflections() public

Yields a singleton instance of Inflector::Inflections so you can specify additional inflector rules.

Example:

ActiveSupport::Inflector.inflections do |inflect|
  inflect.uncountable "rails"
end
Show source
Register or log in to add new notes.