aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflections.rb
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2013-07-30 08:08:41 +0100
committerAndrew White <andyw@pixeltrix.co.uk>2013-07-30 08:13:03 +0100
commitc300dca9963bda78b8f358dbcb59cabcdc5e1dc9 (patch)
tree4f6fffd5ea4a65b8bb32e20a003cdaf7ba6e9b20 /activesupport/lib/active_support/inflections.rb
parent42f01e94e231763c10d2c1e0977c6ec5b5a7c78a (diff)
downloadrails-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
Diffstat (limited to 'activesupport/lib/active_support/inflections.rb')
-rw-r--r--activesupport/lib/active_support/inflections.rb1
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))