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

Version Path
notification-pusher-actioncable-1.2.5 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.2.4 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.2.3 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.2.2 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.2.1 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.2.0 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.1.2 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.1.1 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.1.0 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.0.0 app/channels/notifications_channel.rb
notification-pusher-actioncable-1.0.0.beta11 app/channels/notifications_channel.rb