aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-04-29 11:28:12 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-01 17:31:01 -0700
commitb692fceb6aa08791074dd9f4fc3b962094c0b056 (patch)
tree09ec2398fc973d40f4df6e15376d4c0d92966ae8 /actionpack/lib/action_controller/new_base
parent059afb3a3a48106f430a8478072e34a59b4b72d6 (diff)
downloadrails-b692fceb6aa08791074dd9f4fc3b962094c0b056.tar.gz
rails-b692fceb6aa08791074dd9f4fc3b962094c0b056.tar.bz2
rails-b692fceb6aa08791074dd9f4fc3b962094c0b056.zip
Renamed ActionController::AbstractBase to ActionController::Http
Diffstat (limited to 'actionpack/lib/action_controller/new_base')
-rw-r--r--actionpack/lib/action_controller/new_base/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/new_base/base.rb b/actionpack/lib/action_controller/new_base/base.rb
index 75fe012aed..6711cd932a 100644
--- a/actionpack/lib/action_controller/new_base/base.rb
+++ b/actionpack/lib/action_controller/new_base/base.rb
@@ -1,5 +1,5 @@
module ActionController
- class AbstractBase < AbstractController::Base
+ class Http < AbstractController::Base
# :api: public
attr_internal :request, :response, :params