diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2013-07-30 08:08:41 +0100 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2013-07-30 08:13:03 +0100 |
commit | c300dca9963bda78b8f358dbcb59cabcdc5e1dc9 (patch) | |
tree | 4f6fffd5ea4a65b8bb32e20a003cdaf7ba6e9b20 | |
parent | 42f01e94e231763c10d2c1e0977c6ec5b5a7c78a (diff) | |
download | rails-c300dca9963bda78b8f358dbcb59cabcdc5e1dc9.tar.gz rails-c300dca9963bda78b8f358dbcb59cabcdc5e1dc9.tar.bz2 rails-c300dca9963bda78b8f358dbcb59cabcdc5e1dc9.zip |
Don't have a cow, man!
Remove cow => kine from default inflections but leave the test case
in place to prevent regression of the [old Trac ticket 4929][1].
[1]: http://web.archive.org/web/20090314050915/http://dev.rubyonrails.org/ticket/4929
-rw-r--r-- | activesupport/lib/active_support/inflections.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/inflections.rb b/activesupport/lib/active_support/inflections.rb index ef882ebd09..4ea6abfa12 100644 --- a/activesupport/lib/active_support/inflections.rb +++ b/activesupport/lib/active_support/inflections.rb @@ -57,7 +57,6 @@ module ActiveSupport inflect.irregular('child', 'children') inflect.irregular('sex', 'sexes') inflect.irregular('move', 'moves') - inflect.irregular('cow', 'kine') inflect.irregular('zombie', 'zombies') inflect.uncountable(%w(equipment information rice money species series fish sheep jeans police)) |