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