Class: ActionCable::Server::Base
- Inherits:
-
Object
- Object
- ActionCable::Server::Base
- Defined in:
- lib/anycable/actioncable/server.rb
Overview
Override pubsub for ActionCable
Instance Method Summary collapse
Instance Method Details
#pubsub ⇒ Object
9 10 11 |
# File 'lib/anycable/actioncable/server.rb', line 9 def pubsub @any_pubsub ||= Anycable::PubSub.new end |