Class: ActionCable::Server::Configuration
- Inherits:
-
Object
- Object
- ActionCable::Server::Configuration
- Defined in:
- lib/rails_6_polyfills/actioncable/test_helper.rb
Instance Method Summary collapse
Instance Method Details
#pubsub_adapter ⇒ Object
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 |