argument expand path
This commit is contained in:
parent
560e1fc4fe
commit
bdfc25c928
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
require ::File.expand_path('../config/environment', __FILE__)
|
||||
require ::File.expand_path('config/environment', __dir__)
|
||||
|
||||
run Rails.application
|
||||
|
|
Loading…
Reference in a new issue