serve fa assets from relative root

This commit is contained in:
Zachary Chai
2017-02-09 11:28:11 -05:00
parent 6c374bd0c0
commit 3dd3f43b24
2 changed files with 7 additions and 0 deletions

View File

@ -87,4 +87,6 @@ Rails.application.configure do
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
config.relative_url_root = ENV['RAILS_RELATIVE_URL_ROOT'] || '/b'
end