method
remove
v6.0.0 -
Show latest stable
- Class:
ActionCable::Connection::Subscriptions
remove(data)public
No documentation available.
# File actioncable/lib/action_cable/connection/subscriptions.rb, line 44
def remove(data)
logger.info "Unsubscribing from channel: #{data['identifier']}"
remove_subscription find(data)
end