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