From 438bd42b8d67217c91188617dadc15ce8610cf57 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 4 Feb 2016 12:49:10 +0100 Subject: [PATCH] Set config after env ins running to use an existing config namespace. --- config.ru | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.ru b/config.ru index f742ce24f..710f6ee39 100644 --- a/config.ru +++ b/config.ru @@ -1,7 +1,7 @@ # This file is used by Rack-based servers to start the application. -# set config to do no self notification -Rails.configuration.webserver_is_active = true - require ::File.expand_path('../config/environment', __FILE__) run Zammad::Application + +# set config to do no self notification +Rails.configuration.webserver_is_active = true