From f5f5b733f8bd71df1753575071c4d65dac88e355 Mon Sep 17 00:00:00 2001 From: Greg Date: Fri, 3 Nov 2017 18:53:28 +0000 Subject: [PATCH] Add asset-host to test SSR --- config/environments/development.rb | 1 + 1 file changed, 1 insertion(+) 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