diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-04-15 02:36:06 -0300 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-14 22:49:53 -0700 |
commit | ab808a9d7128af31e5fb92a2af27be6f5f2e0ae4 (patch) | |
tree | 6417db747085d4bfb73e5c2de8bb131eec97e7bc /actionpack/lib | |
parent | eb8c7b46390262261aae6bd990e908f7729723fd (diff) | |
download | rails-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')
-rw-r--r-- | actionpack/lib/action_controller/deprecated/base.rb | 2 |
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 |