X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c9fa49c99485b0ba1242c6d13e12df9ab1532987..dc5c3d6eea1e8432d1df4c4ba55550410dd68f07:/config.ru?ds=inline 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