From 0e08c59827f13b82454b05c684992e78ceaf85c0 Mon Sep 17 00:00:00 2001 From: Jonne Hass <mrzyx@mrzyx.de> Date: Mon, 14 Nov 2011 16:11:26 +0100 Subject: [PATCH] do not disable resque web by default in production --- config/application.yml.example | 1 - 1 file changed, 1 deletion(-) diff --git a/config/application.yml.example b/config/application.yml.example index 94470aacf6..d688733f63 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -211,7 +211,6 @@ development: production: <<: *defaults - mount_resque_web: false # # Do not touch unless you know what you're doing -- GitLab