aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflections.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/inflections.rb')
-rw-r--r--activesupport/lib/active_support/inflections.rb2
1 files changed, 1 insertions, 1 deletions
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