instance method
connection_class
Ruby on Rails edge
Since edgeSignature
connection_class()
No documentation comment.
Source
# File actioncable/lib/action_cable/channel/test_case.rb, line 181
def connection_class
if connection = self._connection_class
connection
else
tests_connection ActionCable.server.config.connection_class.call
end
end
Defined in actioncable/lib/action_cable/channel/test_case.rb line 181
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::ChannelExt::TestCase::Behavior::ClassMethods