aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated/base.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-04-15 02:36:06 -0300
committerwycats <wycats@gmail.com>2010-04-14 22:49:53 -0700
commitab808a9d7128af31e5fb92a2af27be6f5f2e0ae4 (patch)
tree6417db747085d4bfb73e5c2de8bb131eec97e7bc /actionpack/lib/action_controller/deprecated/base.rb
parenteb8c7b46390262261aae6bd990e908f7729723fd (diff)
downloadrails-ab808a9d7128af31e5fb92a2af27be6f5f2e0ae4.tar.gz
rails-ab808a9d7128af31e5fb92a2af27be6f5f2e0ae4.tar.bz2
rails-ab808a9d7128af31e5fb92a2af27be6f5f2e0ae4.zip
asset and helper path added to the deprecated config accessor
Diffstat (limited to 'actionpack/lib/action_controller/deprecated/base.rb')
-rw-r--r--actionpack/lib/action_controller/deprecated/base.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/deprecated/base.rb b/actionpack/lib/action_controller/deprecated/base.rb
index 8b559d4a20..e56bb6a0cf 100644
--- a/actionpack/lib/action_controller/deprecated/base.rb
+++ b/actionpack/lib/action_controller/deprecated/base.rb
@@ -150,6 +150,8 @@ module ActionController
deprecated_config_writer :session_store
deprecated_config_accessor :assets_dir
+ deprecated_config_accessor :asset_path
+ deprecated_config_accessor :helpers_path
deprecated_config_accessor :javascripts_dir
deprecated_config_accessor :page_cache_directory
deprecated_config_accessor :page_cache_extension