From 9423cf4d14c80d2cda67919e0fb69945a70154bb Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Sun, 8 Mar 2015 20:50:27 -0400 Subject: [PATCH] Revert to stock config.ru Fixes #1772 --- config.ru | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.ru b/config.ru index f54d4090..5bc2a619 100644 --- a/config.ru +++ b/config.ru @@ -1,7 +1,4 @@ # This file is used by Rack-based servers to start the application. require ::File.expand_path('../config/environment', __FILE__) - -map Rails.application.config.relative_url_root || "/" do - run Rails.application -end +run Rails.application