aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/action_controller/base.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index 73e07d59e3..8611d0d3c3 100644
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -67,8 +67,7 @@ module ActionController
@subclasses ||= []
end
- # TODO Move this to the appropriate module
- config_accessor :asset_path
+ config_accessor :asset_host, :asset_path
ActiveSupport.run_load_hooks(:action_controller, self)
end