X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..46761798797638a4ef8c35b3bf8e5b1ee83e263f:/config.ru diff --git a/config.ru b/config.ru index 205abe353..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__) -run OpenStreetMap::Application +require ::File.expand_path("../config/environment", __FILE__) +run Rails.application