X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..d423ae91370b08dcad6ccba041c2e234659531ec:/config.ru diff --git a/config.ru b/config.ru index 205abe353..bd83b2541 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