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