aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated/dispatcher.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-01-17 11:44:04 +0100
committerJosé Valim <jose.valim@gmail.com>2010-01-17 11:44:04 +0100
commit61ada28ed3cdc42efa6f9714e909231959b88c26 (patch)
tree82737429b7d02952a6aa79cbf296e3759392a408 /actionpack/lib/action_controller/deprecated/dispatcher.rb
parent8f5e733998c2f06b63e72072c152546f2074c08e (diff)
downloadrails-61ada28ed3cdc42efa6f9714e909231959b88c26.tar.gz
rails-61ada28ed3cdc42efa6f9714e909231959b88c26.tar.bz2
rails-61ada28ed3cdc42efa6f9714e909231959b88c26.zip
Get rid of prepare_each_request, since now it's a middleware initialization parameter.
Diffstat (limited to 'actionpack/lib/action_controller/deprecated/dispatcher.rb')
-rw-r--r--actionpack/lib/action_controller/deprecated/dispatcher.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/deprecated/dispatcher.rb b/actionpack/lib/action_controller/deprecated/dispatcher.rb
index 3da3c8ce7d..1a70d2ee4d 100644
--- a/actionpack/lib/action_controller/deprecated/dispatcher.rb
+++ b/actionpack/lib/action_controller/deprecated/dispatcher.rb
@@ -1,8 +1,5 @@
module ActionController
class Dispatcher
- cattr_accessor :prepare_each_request
- self.prepare_each_request = false
-
class << self
def before_dispatch(*args, &block)
ActiveSupport::Deprecation.warn "ActionController::Dispatcher.before_dispatch is deprecated. " <<