mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
7bf757d8b8
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6213 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
8 lines
No EOL
300 B
Ruby
8 lines
No EOL
300 B
Ruby
# Add new inflection rules using the following format
|
|
# (all these examples are active by default):
|
|
# 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 |