aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-01-21 08:06:26 -0800
committerXavier Noria <fxn@hashref.com>2013-01-21 08:06:26 -0800
commit3f18f73c202644d6422702eb6e5416d7aa06c023 (patch)
tree81eecb64dd53dd2c605ad8b7c0b16bad1db28962 /activesupport/test
parentc6a39c01f78b406da91314acad26c860c9819804 (diff)
parentef4ac7a48979f6232591db88599d5ff8ae95b20b (diff)
downloadrails-3f18f73c202644d6422702eb6e5416d7aa06c023.tar.gz
rails-3f18f73c202644d6422702eb6e5416d7aa06c023.tar.bz2
rails-3f18f73c202644d6422702eb6e5416d7aa06c023.zip
Merge pull request #8671 from xuanxu/fix_irregular
Inflector irregular singularize rules
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/inflector_test_cases.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb
index ca4efd2e59..7704300938 100644
--- a/activesupport/test/inflector_test_cases.rb
+++ b/activesupport/test/inflector_test_cases.rb
@@ -310,5 +310,6 @@ module InflectorTestCases
'move' => 'moves',
'cow' => 'kine',
'zombie' => 'zombies',
+ 'genus' => 'genera'
}
end