mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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
This commit is contained in:
parent
42f01e94e2
commit
c300dca996
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue