Skip to content

Commit 71375c8

Browse files
committed
Add an asset_host accessor for consistency.
1 parent 631dc61 commit 71375c8

File tree

1 file changed

+1
-2
lines changed
  • actionpack/lib/action_controller

1 file changed

+1
-2
lines changed

actionpack/lib/action_controller/base.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def self.subclasses
6767
@subclasses ||= []
6868
end
6969

70-
# TODO Move this to the appropriate module
71-
config_accessor :asset_path
70+
config_accessor :asset_host, :asset_path
7271

7372
ActiveSupport.run_load_hooks(:action_controller, self)
7473
end

0 commit comments

Comments
 (0)