Created
June 1, 2011 05:15
-
-
Save mlambie/1001814 to your computer and use it in GitHub Desktop.
Manual inflections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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