Class: Decidim::Notify::ChaptersChannel

Inherits:
ActionCable::Channel::Base
  • Object
show all
Defined in:
app/channels/decidim/notify/chapters_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



6
7
8
# File 'app/channels/decidim/notify/chapters_channel.rb', line 6

def subscribed
  stream_from current_channel
end