Method: ActionCable::SubscriptionAdapter::ChannelPrefix#unsubscribe

Defined in:
actioncable/lib/action_cable/subscription_adapter/channel_prefix.rb

#unsubscribe(channel, callback) ⇒ Object



18
19
20
21
# File 'actioncable/lib/action_cable/subscription_adapter/channel_prefix.rb', line 18

def unsubscribe(channel, callback)
  channel = channel_with_prefix(channel)
  super
end