diff --git a/config/environments/development.rb b/config/environments/development.rb index 5187e22..7b88091 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,4 +1,5 @@ Rails.application.configure do + config.action_controller.asset_host = "assets.example.com" # Settings specified here will take precedence over those in config/application.rb. # In the development environment your application's code is reloaded on