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 a528672ce25..c50bc41511d 100644
--- a/cable/config.ru
+++ b/cable/config.ru
@@ -5,4 +5,6 @@ Rails.application.eager_load!
ACTION_CABLE_SERVER = true
+use ActionDispatch::RequestId
+
run ActionCable.server