class ApplicationCable::Channel
def self.[](subject)
def self.[](subject) ScopedChannel.new(self, subject) end
def store(store_id)
def store(store_id) Store.new(nil, self, store_id) end
def self.[](subject) ScopedChannel.new(self, subject) end
def store(store_id) Store.new(nil, self, store_id) end