diff --git a/activesupport/lib/active_support/inflections.rb b/activesupport/lib/active_support/inflections.rb index d6249731ff..f0e6449ceb 100644 --- a/activesupport/lib/active_support/inflections.rb +++ b/activesupport/lib/active_support/inflections.rb @@ -46,5 +46,5 @@ Inflector.inflections do |inflect| inflect.irregular 'man', 'men' inflect.irregular 'child', 'children' - inflect.uncountable %w( equipment information rice money species series fish ) + inflect.uncountable %w( equipment information rice money species series fish sheep ) end \ No newline at end of file