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