method

valid_identifiers?

valid_identifiers?(ids)
private

No documentation available.

# File actioncable/lib/action_cable/remote_connections.rb, line 76
        def valid_identifiers?(ids)
          keys = ids.keys
          identifiers.all? { |id| keys.include?(id) }
        end