class ActiveSupport::Inflector::Inflections
def plural(rule, replacement)
always be a string that may include references to the matched data from
either be a string or a regular expression. The replacement should
Specifies a new pluralization rule and its replacement. The rule can
def plural(rule, replacement) @uncountables.delete(rule) if rule.is_a?(String) @uncountables.delete(replacement) @plurals.prepend([rule, replacement]) end