From d96e874e0fdd0e274759397413c58acf9c778e94 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 15 Dec 2004 11:41:52 +0000 Subject: Insignificante... git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@162 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/inflector_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test') diff --git a/activerecord/test/inflector_test.rb b/activerecord/test/inflector_test.rb index e9684fc515..7bcff70bdd 100644 --- a/activerecord/test/inflector_test.rb +++ b/activerecord/test/inflector_test.rb @@ -47,7 +47,7 @@ class InflectorTest < Test::Unit::TestCase CamelToUnderscore = { "Product" => "product", "SpecialGuest" => "special_guest", - "AbstractApplicationController" => "abstract_application_controller" + "ApplicationController" => "application_controller" } ClassNameToForeignKeyWithUnderscore = { -- cgit v1.2.3