X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e65e41a6942062ff044af0d31c41ca0e554343cc..ea4e33efa8b81b6f3183ee94abf7464d5b42490f:/config.ru?ds=sidebyside diff --git a/config.ru b/config.ru index bd83b2541..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