Class: Hotwire::Livereload::ReloadChannel

Inherits:
ActionCable::Channel::Base
  • Object
show all
Defined in:
app/channels/hotwire/livereload/reload_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



2
3
4
# File 'app/channels/hotwire/livereload/reload_channel.rb', line 2

def subscribed
  stream_from "hotwire-reload"
end