jcraigk/kudochest

View on GitHub
app/channels/response_channel.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ResponseChannel < ApplicationCable::Channel
  def subscribed
    stream_for current_profile_team
  end
end