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-05-04 00:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-04 00:09:39 +0300
commit879876325f48fd3ec97f2a4f99a52fb0b1a9b8df (patch)
treedfede1226840209d8c6cdf61177cceed48cadef2 /cable
parentb63f3afa42a43e2a261a989f87e9ccd1e18caaa5 (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 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