ectomobile/config/initializers/inflections.rb
2021-12-06 20:01:05 -03:00

6 lines
137 B
Ruby

# frozen_string_literal: true
ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.irregular 'raspberry', 'raspberries'
end