Class: Breakfast::LiveReloadChannel

Inherits:
ActionCable::Channel::Base
  • Object
show all
Defined in:
lib/breakfast/live_reload_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



5
6
7
# File 'lib/breakfast/live_reload_channel.rb', line 5

def subscribed
  stream_from "breakfast_live_reload"
end