File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 config . hosts << "arquivo.io"
1111
1212 # until we figure out how to multitenant this,
13- config . active_storage . routes_prefix = ENV [ " ARQUIVO_USER" ] || "/phillmv/_"
13+ config . active_storage . routes_prefix = " #{ ENV [ ' ARQUIVO_USER' ] } /_" || "/phillmv/_"
1414
1515 # Settings specified here will take precedence over those in config/application.rb.
1616
Original file line number Diff line number Diff line change 88 end
99
1010 # until we figure out how to multitenant this,
11- config . active_storage . routes_prefix = ENV [ " ARQUIVO_USER" ] || "/phillmv/_"
11+ config . active_storage . routes_prefix = " #{ ENV [ ' ARQUIVO_USER' ] } /_" || "/phillmv/_"
1212 # config.active_storage.routes_prefix = "/#{User.current}/_"
1313 # config.assets.prefix = "/#{User.current}/_"
1414
You can’t perform that action at this time.
0 commit comments