about summary refs log tree commit diff stats
path: root/config/initializers/inflection.rb
blob: 6b76b9397adf68fbbf80bec9f19d4e15beb2b0d7 (plain) (blame)
1
2
3
ActiveSupport::Inflector.inflections(:en) do |inflect|
  inflect.uncountable 'pokemon'
end