Class: ActionCable::Server::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/rails_6_polyfills/actioncable/test_helper.rb

Instance Method Summary collapse

Instance Method Details

#pubsub_adapterObject



7
8
9
# File 'lib/rails_6_polyfills/actioncable/test_helper.rb', line 7

def pubsub_adapter
  (cable["adapter"] == "test") ? ActionCable::SubscriptionAdapter::Test : super
end