aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/inflector_test.rb2
1 files changed, 1 insertions, 1 deletions
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 = {