aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_cable/channel/base.rb')
-rw-r--r--lib/action_cable/channel/base.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/action_cable/channel/base.rb b/lib/action_cable/channel/base.rb
index ee22db4e09..cf5f593a31 100644
--- a/lib/action_cable/channel/base.rb
+++ b/lib/action_cable/channel/base.rb
@@ -11,12 +11,6 @@ module ActionCable
attr_reader :params, :connection
delegate :logger, to: :connection
- class << self
- def matches?(identifier)
- raise "Please implement #{name}#matches? method"
- end
- end
-
def initialize(connection, channel_identifier, params = {})
@connection = connection
@channel_identifier = channel_identifier