module ActionCable::Connection::Authorization
def reject_unauthorized_connection
def reject_unauthorized_connection logger.error "An unauthorized connection attempt was rejected" raise UnauthorizedError end
def reject_unauthorized_connection logger.error "An unauthorized connection attempt was rejected" raise UnauthorizedError end