Files
danbooru/config/initializers/inflections.rb
2011-07-17 18:40:24 -04:00

6 lines
170 B
Ruby

ActiveSupport::Inflector.inflections do |inflect|
# inflect.plural /^(ox)$/i, '\1en'
# inflect.singular /^(ox)en/i, '\1'
# inflect.irregular 'person', 'people'
end