summaryrefslogtreecommitdiff
path: root/cable
diff options
context:
space:
mode:
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