aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs/initializers/inflections.rb
blob: 3bf26a7f557526c53ff3ec266f13a1e6ace72ef1 (plain) (blame)
1
2
3
4
5
6
7
8
# 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