1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added irregular zombie inflection, so zombies no longer gets singularized into zomby

This commit is contained in:
Gregg Pollack 2011-08-07 14:19:25 -04:00
parent 9c205624ee
commit 554232e481

View file

@ -54,6 +54,7 @@ module ActiveSupport
inflect.irregular('sex', 'sexes')
inflect.irregular('move', 'moves')
inflect.irregular('cow', 'kine')
inflect.irregular('zombie', 'zombies')
inflect.uncountable(%w(equipment information rice money species series fish sheep jeans))
end