aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/connection/internal_channel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_cable/connection/internal_channel.rb')
-rw-r--r--lib/action_cable/connection/internal_channel.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/action_cable/connection/internal_channel.rb b/lib/action_cable/connection/internal_channel.rb
index baf916dffa..b00e21824c 100644
--- a/lib/action_cable/connection/internal_channel.rb
+++ b/lib/action_cable/connection/internal_channel.rb
@@ -1,5 +1,6 @@
module ActionCable
module Connection
+ # Makes it possible for the RemoteConnection to disconnect a specific connection.
module InternalChannel
extend ActiveSupport::Concern