instance method
remove_channel
Ruby on Rails 8.0.4
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 53
def remove_channel(channel)
end
Defined in actioncable/lib/action_cable/subscription_adapter/subscriber_map.rb line 53
· View on GitHub
· Improve this page
· Find usages on GitHub