class ActionCable::Server::Configuration
Public Instance Methods
pubsub_adapter()
click to toggle source
Calls superclass method
# File lib/rails_6_polyfills/actioncable/test_helper.rb, line 7 def pubsub_adapter cable["adapter"] == "test" ? ActionCable::SubscriptionAdapter::Test : super end