mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Use modern config namespace
This commit is contained in:
parent
ccf0b45f27
commit
c88b1d463f
3 changed files with 4 additions and 4 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
require ::File.expand_path('../config/environment', __FILE__)
|
||||
|
||||
map Tracksapp::Application.config.relative_url_root || "/" do
|
||||
map Rails.application.config.relative_url_root || "/" do
|
||||
run Rails.application
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue