lib/active_support/inflections.rb in activesupport-3.0.0.beta4 vs lib/active_support/inflections.rb in activesupport-3.0.pre
- old
+ new
@@ -49,8 +49,8 @@
inflect.irregular('child', 'children')
inflect.irregular('sex', 'sexes')
inflect.irregular('move', 'moves')
inflect.irregular('cow', 'kine')
- inflect.uncountable(%w(equipment information rice money species series fish sheep jeans))
+ inflect.uncountable(%w(equipment information rice money species series fish sheep))
end
end