Commit 7aa08625 authored by Igor Drozdov's avatar Igor Drozdov

Specify header to ActionDispatch::RequestId middleware

Now it's required and raises and error on ActionCable
initialization
parent 75f2681d
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment