X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..35fbcf28154b6f15f697018016fbabc952e018a5:/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