From 9bbb195c038e2c4967daaed5efb192ce51e58103 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 3 Sep 2005 10:33:18 +0000 Subject: You will never sleep again! git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2113 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/inflections.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') 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 -- cgit v1.2.3