Skip to content

Instantly share code, notes, and snippets.

@shrirambalakrishnan
Last active November 5, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrirambalakrishnan/70937828383d613b49d69b8216946135 to your computer and use it in GitHub Desktop.
Save shrirambalakrishnan/70937828383d613b49d69b8216946135 to your computer and use it in GitHub Desktop.
# app/channels/movies_channel.rb
class MoviesChannel < ApplicationCable::Channel
# Called when any consumer subscribes to this channel.
def subscribed
stream_from "movies"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment