aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/inflector_test.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-15 11:41:52 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-15 11:41:52 +0000
commitd96e874e0fdd0e274759397413c58acf9c778e94 (patch)
treebeccf29fdaaa829ed07c918afa1ad6cd12d7d43b /activerecord/test/inflector_test.rb
parent232443062e309033d39ccd75a3dd9888ff21c345 (diff)
downloadrails-d96e874e0fdd0e274759397413c58acf9c778e94.tar.gz
rails-d96e874e0fdd0e274759397413c58acf9c778e94.tar.bz2
rails-d96e874e0fdd0e274759397413c58acf9c778e94.zip
Insignificante...
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@162 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/inflector_test.rb')
-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 = {