Class: RefreshChannel
- Inherits:
-
ApplicationCable::Channel
- Object
- ApplicationCable::Channel
- RefreshChannel
- Defined in:
- app/channels/refresh_channel.rb
Instance Method Summary collapse
Instance Method Details
#subscribed ⇒ Object
2 3 4 5 |
# File 'app/channels/refresh_channel.rb', line 2 def subscribed stream_from "refresh_channel" puts "Hotloaded!" end |