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