method
inflections
inflections()
public
Yields a singleton instance of Inflector::Inflections so you can specify additional inflector rules.
Example:
Inflector.inflections do |inflect| inflect.uncountable "rails" end
Register or
log in
to add new notes.
clescuyer -
September 24, 2009 - (>= v2.2.1)
0 thanks
This method has been moved
This method has been moved to ActiveSupport::Inflector#inflections


