instance method
connection_identifier
Ruby on Rails 8.1.2
Since v7.0.10Signature
connection_identifier()
No documentation comment.
Source
# File actioncable/lib/action_cable/channel/test_case.rb, line 72
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 72
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::ConnectionStub