lib/active_support/inflections.rb in activesupport-4.0.13 vs lib/active_support/inflections.rb in activesupport-4.1.0.beta1
- old
+ new
@@ -55,10 +55,9 @@
inflect.irregular('person', 'people')
inflect.irregular('man', 'men')
inflect.irregular('child', 'children')
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 police))
end
end