Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cable/config.ru')
-rw-r--r--cable/config.ru2
1 files changed, 2 insertions, 0 deletions
diff --git a/cable/config.ru b/cable/config.ru
index 3b93c483ded..a528672ce25 100644
--- a/cable/config.ru
+++ b/cable/config.ru
@@ -3,4 +3,6 @@
require ::File.expand_path('../../config/environment', __FILE__)
Rails.application.eager_load!
+ACTION_CABLE_SERVER = true
+
run ActionCable.server