gavinksong/cs169-cucec

View on GitHub
app/channels/application_cable/conversation_channel.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ConversationChannel < ApplicationCable::Channel

  # called when consumer has successfully become a subscriber of this channel
  def subscribed

  end
end