diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-04-15 02:36:52 -0300 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-14 22:49:53 -0700 |
commit | 0ee2d3c89a893f0c53924cbb756c7e9be616eb8f (patch) | |
tree | db98ba275ebb949b051c68aa1d13607d48352026 /actionpack/lib/action_controller | |
parent | ab808a9d7128af31e5fb92a2af27be6f5f2e0ae4 (diff) | |
download | rails-0ee2d3c89a893f0c53924cbb756c7e9be616eb8f.tar.gz rails-0ee2d3c89a893f0c53924cbb756c7e9be616eb8f.tar.bz2 rails-0ee2d3c89a893f0c53924cbb756c7e9be616eb8f.zip |
protected instance variables added to the deprecated config accessor
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/deprecated/base.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/deprecated/base.rb b/actionpack/lib/action_controller/deprecated/base.rb index e56bb6a0cf..510c363aa6 100644 --- a/actionpack/lib/action_controller/deprecated/base.rb +++ b/actionpack/lib/action_controller/deprecated/base.rb @@ -155,6 +155,7 @@ module ActionController deprecated_config_accessor :javascripts_dir deprecated_config_accessor :page_cache_directory deprecated_config_accessor :page_cache_extension + deprecated_config_accessor :protected_instance_variables deprecated_config_accessor :relative_url_root, "relative_url_root is ineffective. Please stop using it" deprecated_config_accessor :perform_caching deprecated_config_accessor :stylesheets_dir |