Skip to content

Instantly share code, notes, and snippets.

@wintermeyer
Created March 31, 2017 13:29
Show Gist options
  • Select an option

  • Save wintermeyer/6882720b80032bbbb5a185f2edc61aab to your computer and use it in GitHub Desktop.

Select an option

Save wintermeyer/6882720b80032bbbb5a185f2edc61aab to your computer and use it in GitHub Desktop.
class WebNotificationsChannel < ApplicationCable::Channel
def subscribed
stream_from "web_notifications_channel"
end
def unsubscribed
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment