aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated/base.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-04-13 20:15:23 -0300
committerJeremy Kemper <jeremy@bitsweat.net>2010-04-13 16:20:49 -0700
commit0ab2ba336f2b094a4235b54a1b17f8bef3fe3b2b (patch)
treeec23cac4844e053c08c176110f8430f1f56e0158 /actionpack/lib/action_controller/deprecated/base.rb
parent90594721779e1d3ab103989fb7d0a7c343b88662 (diff)
downloadrails-0ab2ba336f2b094a4235b54a1b17f8bef3fe3b2b.tar.gz
rails-0ab2ba336f2b094a4235b54a1b17f8bef3fe3b2b.tar.bz2
rails-0ab2ba336f2b094a4235b54a1b17f8bef3fe3b2b.zip
config.perform_caching added to the deprecated config accessor [#4383 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Diffstat (limited to 'actionpack/lib/action_controller/deprecated/base.rb')
-rw-r--r--actionpack/lib/action_controller/deprecated/base.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/deprecated/base.rb b/actionpack/lib/action_controller/deprecated/base.rb
index 5d9cfb153a..b817bf42bc 100644
--- a/actionpack/lib/action_controller/deprecated/base.rb
+++ b/actionpack/lib/action_controller/deprecated/base.rb
@@ -148,6 +148,7 @@ module ActionController
deprecated_config_writer :session_store
deprecated_config_writer :session_options
+ deprecated_config_accessor :perform_caching
deprecated_config_accessor :relative_url_root, "relative_url_root is ineffective. Please stop using it"
deprecated_config_accessor :assets_dir
deprecated_config_accessor :javascripts_dir
@@ -156,4 +157,4 @@ module ActionController
delegate :consider_all_requests_local, :consider_all_requests_local=,
:allow_concurrency, :allow_concurrency=, :to => :"self.class"
end
-end \ No newline at end of file
+end