From bc51ad957a22a7326a6d723cd75bbc97cbeaa0f6 Mon Sep 17 00:00:00 2001 From: Anuj Dutta Date: Wed, 16 May 2012 22:56:08 +0100 Subject: Fix an issue with inflection where my_analyses (in plular form) incorrectly converted to my_analyasis(in singular form). --- activesupport/test/inflector_test_cases.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test') diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb index 4d10cfca25..9fa1f417e4 100644 --- a/activesupport/test/inflector_test_cases.rb +++ b/activesupport/test/inflector_test_cases.rb @@ -47,6 +47,7 @@ module InflectorTestCases "medium" => "media", "stadium" => "stadia", "analysis" => "analyses", + "my_analysis" => "my_analyses", "node_child" => "node_children", "child" => "children", -- cgit v1.2.3