Class: Lookbook::ReloadChannel

Inherits:
ActionCable::Channel::Base
  • Object
show all
Defined in:
lib/lookbook/cable/reload_channel.rb

Instance Method Summary collapse

Instance Method Details

#subscribedObject



3
4
5
# File 'lib/lookbook/cable/reload_channel.rb', line 3

def subscribed
  stream_from "reload"
end