aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-11-19 17:41:55 +0530
committerPratik Naik <pratiknaik@gmail.com>2008-11-19 17:48:57 +0530
commit27c03e69e94655482b0d77d3ae0ca902ce537f8c (patch)
tree2b71a3ec9ac2e11d75fc008755bf53c07a3d36b3 /actionpack/lib/action_controller.rb
parent0c9f677e7861ef2aae36d91811d72794e4709f58 (diff)
downloadrails-27c03e69e94655482b0d77d3ae0ca902ce537f8c.tar.gz
rails-27c03e69e94655482b0d77d3ae0ca902ce537f8c.tar.bz2
rails-27c03e69e94655482b0d77d3ae0ca902ce537f8c.zip
Remove deprecated render_component. Please use the plugin from http://github.com/rails/render_component/tree/master
Diffstat (limited to 'actionpack/lib/action_controller.rb')
-rw-r--r--actionpack/lib/action_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb
index 2efd0dad2e..c2f064ae9e 100644
--- a/actionpack/lib/action_controller.rb
+++ b/actionpack/lib/action_controller.rb
@@ -49,7 +49,6 @@ require 'action_controller/verification'
require 'action_controller/streaming'
require 'action_controller/session_management'
require 'action_controller/http_authentication'
-require 'action_controller/components'
require 'action_controller/rack_process'
require 'action_controller/record_identifier'
require 'action_controller/request_forgery_protection'
@@ -72,7 +71,6 @@ ActionController::Base.class_eval do
include ActionController::Streaming
include ActionController::SessionManagement
include ActionController::HttpAuthentication::Basic::ControllerMethods
- include ActionController::Components
include ActionController::RecordIdentifier
include ActionController::RequestForgeryProtection
include ActionController::Translation