aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-07-24 00:47:48 +0200
committerJosé Valim <jose.valim@gmail.com>2010-07-24 00:47:48 +0200
commit2af8fd2829ec573ef7da8a44d31e5f25ef4a8408 (patch)
tree788404caee97e85f04c865a3e256d9ce38b73006 /actionpack/lib/action_controller
parentaffeb51569d291ef7304189fd77b32c6e269af57 (diff)
downloadrails-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.rb1
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