From 1754bd9b208e8d9207c226d1ffb3cee490856a78 Mon Sep 17 00:00:00 2001 From: Dan Pickett Date: Mon, 7 Feb 2011 21:39:46 -0500 Subject: handle double pluralization for irregular plurals [#6363] Signed-off-by: Santiago Pastorino --- activesupport/test/inflector_test_cases.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/inflector_test_cases.rb') diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb index 59515dad32..2b144e5931 100644 --- a/activesupport/test/inflector_test_cases.rb +++ b/activesupport/test/inflector_test_cases.rb @@ -44,6 +44,7 @@ module InflectorTestCases "datum" => "data", "medium" => "media", + "stadium" => "stadia", "analysis" => "analyses", "node_child" => "node_children", -- cgit v1.2.3