diff options
author | José Valim <jose.valim@gmail.com> | 2011-11-06 05:59:31 -0800 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-11-06 05:59:31 -0800 |
commit | 6950639998968663389dcd4ade7c0e6f18996adc (patch) | |
tree | b50363cca54c9a005493f11388a8f718f53d16b2 /activesupport | |
parent | 17947cebc0f397d091640defcfa7c42d42311d91 (diff) | |
parent | 1934b774067572d9ad298d774ad96ee45a431911 (diff) | |
download | rails-6950639998968663389dcd4ade7c0e6f18996adc.tar.gz rails-6950639998968663389dcd4ade7c0e6f18996adc.tar.bz2 rails-6950639998968663389dcd4ade7c0e6f18996adc.zip |
Merge pull request #3536 from pkumar/master
Make pluralize follow singularize's logic of uncountability check
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/inflector_test_cases.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb index 0cb1f70657..e3a343af52 100644 --- a/activesupport/test/inflector_test_cases.rb +++ b/activesupport/test/inflector_test_cases.rb @@ -14,6 +14,7 @@ module InflectorTestCases "fish" => "fish", "jeans" => "jeans", "funky jeans" => "funky jeans", + "my money" => "my money", "category" => "categories", "query" => "queries", |