Use sub folder in production

This commit is contained in:
Jesse C. Fisher 2020-08-17 00:33:15 -07:00 committed by Jesse C. Fisher
parent c49316e348
commit 51cb6b4d56

View File

@ -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