diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-03 10:33:18 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-03 10:33:18 +0000 |
commit | 9bbb195c038e2c4967daaed5efb192ce51e58103 (patch) | |
tree | a3bed2ec3d25705ab285c6d6bf5924d7305ecd2a /activesupport/lib | |
parent | 51a1af96d4d21ae5fe2cabfb6e9a4754c7da012a (diff) | |
download | rails-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')
-rw-r--r-- | activesupport/lib/active_support/inflections.rb | 2 |
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 |