Class: Breakfast::LiveReloadChannel
- Inherits:
-
ActionCable::Channel::Base
- Object
- ActionCable::Channel::Base
- Breakfast::LiveReloadChannel
- Defined in:
- lib/breakfast/live_reload_channel.rb
Instance Method Summary collapse
Instance Method Details
#subscribed ⇒ Object
5 6 7 |
# File 'lib/breakfast/live_reload_channel.rb', line 5 def subscribed stream_from "breakfast_live_reload" end |