Class: ActionCable::Server::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/anycable/actioncable/server.rb

Overview

Override pubsub for ActionCable

Instance Method Summary collapse

Instance Method Details

#pubsubObject



9
10
11
# File 'lib/anycable/actioncable/server.rb', line 9

def pubsub
  @any_pubsub ||= Anycable::PubSub.new
end