Method: ActivityLogChannel#subscribed

Defined in:
app/channels/activity_log_channel.rb

#subscribedObject



2
3
4
# File 'app/channels/activity_log_channel.rb', line 2

def subscribed
  stream_from "messages"
end