gitcoinco/code_fund_ads

View on GitHub
app/channels/general_channel.rb

Summary

Maintainability
A
0 mins
Test Coverage
class GeneralChannel < ApplicationCable::Channel
  def subscribed
    stream_from "general:#{params[:room]}"
  end
end