diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-04-15 02:37:19 -0300 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-14 22:49:53 -0700 |
commit | 68f4e046a7f5db3f7c48a3721bead73a625b6f6e (patch) | |
tree | 6e1db2df935ab94a633f2ce7c254b9d66f336f52 /actionpack/lib/action_controller | |
parent | 0ee2d3c89a893f0c53924cbb756c7e9be616eb8f (diff) | |
download | rails-68f4e046a7f5db3f7c48a3721bead73a625b6f6e.tar.gz rails-68f4e046a7f5db3f7c48a3721bead73a625b6f6e.tar.bz2 rails-68f4e046a7f5db3f7c48a3721bead73a625b6f6e.zip |
logger 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 510c363aa6..90bba4faee 100644 --- a/actionpack/lib/action_controller/deprecated/base.rb +++ b/actionpack/lib/action_controller/deprecated/base.rb @@ -153,6 +153,7 @@ module ActionController deprecated_config_accessor :asset_path deprecated_config_accessor :helpers_path deprecated_config_accessor :javascripts_dir + deprecated_config_accessor :logger deprecated_config_accessor :page_cache_directory deprecated_config_accessor :page_cache_extension deprecated_config_accessor :protected_instance_variables |