diff options
author | Santiago Pastorino and Carl Lerche <santiago+carl@wyeworks.com> | 2010-04-15 16:57:12 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-04-15 16:58:31 -0300 |
commit | 005c2bac46051581e5af826a183c66185022772d (patch) | |
tree | 19a61443fb30d5a76219475d289deb3b8df5a0b0 /actionpack/lib/action_controller | |
parent | 4bce5ba600596b5e7afec9b097866ac259c5940a (diff) | |
download | rails-005c2bac46051581e5af826a183c66185022772d.tar.gz rails-005c2bac46051581e5af826a183c66185022772d.tar.bz2 rails-005c2bac46051581e5af826a183c66185022772d.zip |
Revert "logger added to the deprecated config accessor" we need a major refactor to get this working
This reverts commit 68f4e046a7f5db3f7c48a3721bead73a625b6f6e.
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/deprecated/base.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/deprecated/base.rb b/actionpack/lib/action_controller/deprecated/base.rb index 90bba4faee..510c363aa6 100644 --- a/actionpack/lib/action_controller/deprecated/base.rb +++ b/actionpack/lib/action_controller/deprecated/base.rb @@ -153,7 +153,6 @@ 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 |