Skip to content

Instantly share code, notes, and snippets.

@mlambie
Created June 1, 2011 05:15
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mlambie/1001814 to your computer and use it in GitHub Desktop.
Save mlambie/1001814 to your computer and use it in GitHub Desktop.
Manual inflections
# Be sure to restart your server when you modify this file.
# Add new inflection rules using the following format
# (all these examples are active by default):
# ActiveSupport::Inflector.inflections do |inflect|
# inflect.plural /^(ox)$/i, '\1en'
# inflect.singular /^(ox)en/i, '\1'
# inflect.irregular 'person', 'people'
# inflect.uncountable %w( fish sheep )
# end
ActiveSupport::Inflector.inflections do |inflect|
inflect.irregular 'fax', 'faxes'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment