instance method
valid_identifiers?
Ruby on Rails 7.2.3
Since v5.2.8.1 PrivateSignature
valid_identifiers?(ids)
No documentation comment.
Parameters
-
idsreq
Source
# File actioncable/lib/action_cable/remote_connections.rb, line 77
def valid_identifiers?(ids)
keys = ids.keys
identifiers.all? { |id| keys.include?(id) }
end
Defined in actioncable/lib/action_cable/remote_connections.rb line 77
· View on GitHub
· Improve this page
· Find usages on GitHub