X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5bbe1c4aee4e070cb1867d7bdfec9566aacb1466..bd402599f541e3da86036f21d955b6e6fc31185c:/config.ru diff --git a/config.ru b/config.ru index 205abe353..5bc2a619e 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 +run Rails.application