diff options
author | José Valim <jose.valim@gmail.com> | 2010-07-24 00:47:48 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-07-24 00:47:48 +0200 |
commit | 2af8fd2829ec573ef7da8a44d31e5f25ef4a8408 (patch) | |
tree | 788404caee97e85f04c865a3e256d9ce38b73006 /actionpack/lib/action_controller | |
parent | affeb51569d291ef7304189fd77b32c6e269af57 (diff) | |
download | rails-2af8fd2829ec573ef7da8a44d31e5f25ef4a8408.tar.gz rails-2af8fd2829ec573ef7da8a44d31e5f25ef4a8408.tar.bz2 rails-2af8fd2829ec573ef7da8a44d31e5f25ef4a8408.zip |
Also move asset_path to AbstractController.
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/base.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index e47f9056f3..9dfffced75 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -63,7 +63,6 @@ module ActionController klass.helper :all end - config_accessor :asset_path ActiveSupport.run_load_hooks(:action_controller, self) end end |