summaryrefslogtreecommitdiff
path: root/cable/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'cable/config.ru')
-rw-r--r--cable/config.ru2
1 files changed, 1 insertions, 1 deletions
diff --git a/cable/config.ru b/cable/config.ru
index c50bc41511d..421aee38346 100644
--- a/cable/config.ru
+++ b/cable/config.ru
@@ -5,6 +5,6 @@ Rails.application.eager_load!
ACTION_CABLE_SERVER = true
-use ActionDispatch::RequestId
+use ActionDispatch::RequestId, header: Rails.application.config.action_dispatch.request_id_header
run ActionCable.server