instance method
remove_channel
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
remove_channel(channel)
No documentation comment.
Parameters
-
channelreq
Source
# File actioncable/lib/action_cable/subscription_adapter/subscriber_map.rb, line 51
def remove_channel(channel)
end
Defined in actioncable/lib/action_cable/subscription_adapter/subscriber_map.rb line 51
· View on GitHub
· Improve this page
· Find usages on GitHub