Use sub folder in production

This commit is contained in:
Jesse C. Fisher 2020-08-17 00:10:16 -07:00 committed by Jesse C. Fisher
parent f5f4845ac2
commit c49316e348

View File

@ -95,4 +95,6 @@ Rails.application.configure do
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
config.relative_url_root = "/13"
end