Skip to content

Commit c300dca

Browse files
committed
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
1 parent 42f01e9 commit c300dca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activesupport/lib/active_support/inflections.rb

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ module ActiveSupport
5757
inflect.irregular('child', 'children')
5858
inflect.irregular('sex', 'sexes')
5959
inflect.irregular('move', 'moves')
60-
inflect.irregular('cow', 'kine')
6160
inflect.irregular('zombie', 'zombies')
6261

6362
inflect.uncountable(%w(equipment information rice money species series fish sheep jeans police))

0 commit comments

Comments
 (0)