instance method
broadcast_render_to
Ruby on Rails 1.4.0
Since v1.3.3 Last seen in v2.0.23Signature
broadcast_render_to(*streamables, **rendering)
No documentation comment.
Parameters
-
streamablesrest -
renderingkeyrest
Source
# File app/channels/turbo/streams/broadcasts.rb, line 71
def broadcast_render_to(*streamables, **rendering)
broadcast_stream_to(*streamables, content: render_format(:turbo_stream, **rendering))
end
Defined in app/channels/turbo/streams/broadcasts.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Turbo::Streams::Broadcasts