argument expand path

This commit is contained in:
clemkeirua 2020-09-24 15:15:14 +02:00 committed by Keirua (Rebase PR Action)
parent 560e1fc4fe
commit bdfc25c928

View file

@ -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