lib/active_support/inflections.rb in activesupport-2.3.6.pre vs lib/active_support/inflections.rb in activesupport-2.3.6
- 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))
+ inflect.uncountable(%w(equipment information rice money species series fish sheep jeans))
end
end