class ApplicationCable::ScopedChannel

def store(store_id)

def store(store_id)
  Store.new(@subject, @channel, store_id)
end