aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflections.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-03 10:33:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-03 10:33:18 +0000
commit9bbb195c038e2c4967daaed5efb192ce51e58103 (patch)
treea3bed2ec3d25705ab285c6d6bf5924d7305ecd2a /activesupport/lib/active_support/inflections.rb
parent51a1af96d4d21ae5fe2cabfb6e9a4754c7da012a (diff)
downloadrails-9bbb195c038e2c4967daaed5efb192ce51e58103.tar.gz
rails-9bbb195c038e2c4967daaed5efb192ce51e58103.tar.bz2
rails-9bbb195c038e2c4967daaed5efb192ce51e58103.zip
You will never sleep again!
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2113 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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