diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-02 18:59:01 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-07-02 18:59:01 +0000 |
commit | c196db9527843979f884f331499f0b8963f99dcd (patch) | |
tree | 261a5634a7cd83e5747fde3b56c4690c46de6b62 /activesupport/test | |
parent | b7f37d3ef99c512f02f0579836f573fa3beb7bb3 (diff) | |
download | rails-c196db9527843979f884f331499f0b8963f99dcd.tar.gz rails-c196db9527843979f884f331499f0b8963f99dcd.tar.bz2 rails-c196db9527843979f884f331499f0b8963f99dcd.zip |
Fixed photo/photos #1583
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1615 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/inflector_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb index b95d543304..37687636ad 100644 --- a/activesupport/test/inflector_test.rb +++ b/activesupport/test/inflector_test.rb @@ -63,6 +63,7 @@ class InflectorTest < Test::Unit::TestCase "perspective" => "perspectives", "ox" => "oxen", + "photo" => "photos", "buffalo" => "buffaloes", "tomato" => "tomatoes", "dwarf" => "dwarves", |