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 10
10
config . hosts << "arquivo.io"
11
11
12
12
# 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/_"
14
14
15
15
# Settings specified here will take precedence over those in config/application.rb.
16
16
Original file line number Diff line number Diff line change 8
8
end
9
9
10
10
# 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/_"
12
12
# config.active_storage.routes_prefix = "/#{User.current}/_"
13
13
# config.assets.prefix = "/#{User.current}/_"
14
14
You can’t perform that action at this time.
0 commit comments