Method: Turbo::Broadcastable#broadcast_replace
- Defined in:
- app/models/concerns/turbo/broadcastable.rb
#broadcast_replace(**rendering) ⇒ Object
Same as #broadcast_replace_to
, but the designated stream is automatically set to the current model.
272 273 274 |
# File 'app/models/concerns/turbo/broadcastable.rb', line 272 def broadcast_replace(**rendering) broadcast_replace_to self, **rendering end |