summaryrefslogtreecommitdiff
path: root/cable/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'cable/config.ru')
-rw-r--r--cable/config.ru10
1 files changed, 0 insertions, 10 deletions
diff --git a/cable/config.ru b/cable/config.ru
deleted file mode 100644
index 421aee38346..00000000000
--- a/cable/config.ru
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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