From 7ed2e6c463071081d9be55b794477adafb1457d3 Mon Sep 17 00:00:00 2001 From: Jiri Zajpt Date: Wed, 11 Feb 2009 17:27:38 +0100 Subject: Adding inflection of databases (usually we wouldn't amend the current defaults, but this seems to obvious) [#1942 state:committed] Signed-off-by: David Heinemeier Hansson --- activesupport/test/inflector_test_cases.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'activesupport/test') diff --git a/activesupport/test/inflector_test_cases.rb b/activesupport/test/inflector_test_cases.rb index 481c3e835c..b7ac467c37 100644 --- a/activesupport/test/inflector_test_cases.rb +++ b/activesupport/test/inflector_test_cases.rb @@ -99,7 +99,8 @@ module InflectorTestCases "prize" => "prizes", "edge" => "edges", - "cow" => "kine" + "cow" => "kine", + "database" => "databases" } CamelToUnderscore = { -- cgit v1.2.3