From 71375c8936696d8d7404e02ff84e3dbde3d57029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 2 Jun 2010 14:53:56 -0700 Subject: Add an asset_host accessor for consistency. --- actionpack/lib/action_controller/base.rb | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3