Flowdock
method

connection_class

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ClassMethods
connection_class() 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/connection/test_case.rb, line 158
          def connection_class
            if connection = self._connection_class
              connection
            else
              tests determine_default_connection(name)
            end
          end
Register or log in to add new notes.