X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bd402599f541e3da86036f21d955b6e6fc31185c..f1713320c2e43f0f2011cd86fd16e88d18994e07:/config.ru diff --git a/config.ru b/config.ru index 5bc2a619e..193e5fed8 100644 --- a/config.ru +++ b/config.ru @@ -1,4 +1,4 @@ # 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", __FILE__) run Rails.application