method

connection_identifier

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ConnectionStub
connection_identifier() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide 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
Register or log in to add new notes.