instance method
connection_identifier
Ruby on Rails 7.1.6
Since v7.0.10Signature
connection_identifier()
No documentation comment.
Source
# File actioncable/lib/action_cable/channel/test_case.rb, line 71
def connection_identifier
@connection_identifier ||= connection_gid(identifiers.filter_map { |id| send(id.to_sym) if id })
end
Defined in actioncable/lib/action_cable/channel/test_case.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::ConnectionStub