Skip to content

Commit 3a066e8

Browse files
author
David Heinemeier Hansson
committed
Merge branch 'master' of github.com:rails/rails
2 parents 4aac5fd + 71375c8 commit 3a066e8

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)