module ApplicationCable
module Livestores
class ApplicationCable::Channel
class ApplicationCable::ScopedChannel
class ApplicationCable::Store
livestores
1.1.0
# initialize
def initialize channel, subject @channel = channel @subject = subject end