method
valid_identifiers?
v8.1.1 -
Show latest stable
- Class:
ActionCable::RemoteConnections::RemoteConnection
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