From db2495cf7ea12ee8bdea5c634a004d4f97454667 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 19 May 2005 17:10:20 +0000 Subject: Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu.edu] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1314 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/inflector_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/inflector_test.rb') diff --git a/activesupport/test/inflector_test.rb b/activesupport/test/inflector_test.rb index bbc5e6ca99..7694911605 100644 --- a/activesupport/test/inflector_test.rb +++ b/activesupport/test/inflector_test.rb @@ -43,6 +43,7 @@ class InflectorTest < Test::Unit::TestCase "datum" => "data", "medium" => "media", + "analysis" => "analyses", "node_child" => "node_children", "child" => "children", -- cgit v1.2.3