aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorJuanjo Bazán <jjbazan@gmail.com>2013-01-01 12:50:00 +0100
committerJuanjo Bazán <jjbazan@gmail.com>2013-01-01 12:50:00 +0100
commitef4ac7a48979f6232591db88599d5ff8ae95b20b (patch)
treeb30f81bb90634ab20ac0eac7dfb916a1622d2ccf /activesupport/test
parent8d945f4f97748bfc5083fe1d0020368598a79e47 (diff)
downloadrails-ef4ac7a48979f6232591db88599d5ff8ae95b20b.tar.gz
rails-ef4ac7a48979f6232591db88599d5ff8ae95b20b.tar.bz2
rails-ef4ac7a48979f6232591db88599d5ff8ae95b20b.zip
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