From fb2dd492d6c73207d7fad2ee1df152713e1dcaa9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 22 Jul 2005 06:52:10 +0000 Subject: Fixed inflections of "index/indices" #1766 [damn_pepe@gmail.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1881 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/inflector_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/test/inflector_test.rb') diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb index 26aea141fe..4337dfd9d6 100644 --- a/activesupport/test/inflector_test.rb +++ b/activesupport/test/inflector_test.rb @@ -29,6 +29,8 @@ class InflectorTest < Test::Unit::TestCase "archive" => "archives", + "index" => "indices", + "wife" => "wives", "safe" => "saves", "half" => "halves", -- cgit v1.2.3