Sha256: e5b8cc232582d847f4bbd5381b0d81eef96a2cd0a512670f2b27dd72aa4d8ddc
Contents?: true
Size: 251 Bytes
Versions: 11
Compression:
Stored size: 251 Bytes
Contents
class NotificationsChannel < ApplicationCable::Channel def subscribed # stream_from "some_channel" end def unsubscribed # Any cleanup needed when channel is unsubscribed end def change end end
Version data entries
11 entries across 11 versions & 1 rubygems