summaryrefslogtreecommitdiff
path: root/cable/config.ru
blob: 421aee38346935186fda735c1cf185f032d6f8db (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require ::File.expand_path('../../config/environment', __FILE__)
Rails.application.eager_load!

ACTION_CABLE_SERVER = true

use ActionDispatch::RequestId, header: Rails.application.config.action_dispatch.request_id_header

run ActionCable.server