class ActionCable::Connection::Subscriptions

def perform_action(data)

def perform_action(data)
  find(data).perform_action ActiveSupport::JSON.decode(data["data"])
end