From 5814f2fe4bc915f4c5b1740837b5f8ca4be0fb7f Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Mon, 17 Aug 2020 00:33:15 -0700 Subject: [PATCH] Use sub folder in production --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index 311bb8b..3bf453e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -97,4 +97,5 @@ Rails.application.configure do config.active_record.dump_schema_after_migration = false config.relative_url_root = "/13" + config.action_controller.relative_url_root = '/13' end