mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8 lines
300 B
Ruby
8 lines
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
|