Class: Hotwire::Livereload::ReloadChannel
- Inherits:
-
ActionCable::Channel::Base
- Object
- ActionCable::Channel::Base
- Hotwire::Livereload::ReloadChannel
- Defined in:
- app/channels/hotwire/livereload/reload_channel.rb
Instance Method Summary collapse
Instance Method Details
#subscribed ⇒ Object
2 3 4 |
# File 'app/channels/hotwire/livereload/reload_channel.rb', line 2 def subscribed stream_from "hotwire-reload" end |