1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Change asset_host config language to be more helpful and accurate

This commit is contained in:
Gabe Hollombe 2012-02-28 08:41:38 +07:00
parent acf7e86024
commit e87f1aa021

View file

@ -24,9 +24,10 @@ module ActionView
# server by setting ActionController::Base.asset_host in the application
# configuration, typically in <tt>config/environments/production.rb</tt>.
# For example, you'd define <tt>assets.example.com</tt> to be your asset
# host this way:
# host this way, inside the <tt>configure</tt> block of your environment-specific
# configuration files or <tt>config/application.rb</tt>:
#
# ActionController::Base.asset_host = "assets.example.com"
# config.action_controller.asset_host = "assets.example.com"
#
# Helpers take that into account:
#