We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf7e86 commit e87f1aaCopy full SHA for e87f1aa
actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -24,9 +24,10 @@ module Helpers #:nodoc:
24
# server by setting ActionController::Base.asset_host in the application
25
# configuration, typically in <tt>config/environments/production.rb</tt>.
26
# For example, you'd define <tt>assets.example.com</tt> to be your asset
27
- # host this way:
+ # host this way, inside the <tt>configure</tt> block of your environment-specific
28
+ # configuration files or <tt>config/application.rb</tt>:
29
#
- # ActionController::Base.asset_host = "assets.example.com"
30
+ # config.action_controller.asset_host = "assets.example.com"
31
32
# Helpers take that into account:
33
0 commit comments