Skip to content

Instantly share code, notes, and snippets.

@michalkorzawski
Last active September 18, 2022 17:51
Show Gist options
  • Save michalkorzawski/bb5e255a86f895bf5ecd825d636490c2 to your computer and use it in GitHub Desktop.
Save michalkorzawski/bb5e255a86f895bf5ecd825d636490c2 to your computer and use it in GitHub Desktop.
# app/channels/leaderboard_channel.rb
class LeaderboardChannel < ApplicationCable::Channel
def subscribed
stream_for 'scores'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment