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
path: root/cable
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-01 21:08:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-01 21:08:07 +0300
commitd7ed3b4766871c30f50736c1d9eedc46c4035841 (patch)
tree72d0b5652364973c9bc3df5bf710a00fa1432b09 /cable
parent711f8595324430e216ba62f874e7db9fdf482f73 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'cable')
-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