instance method
perform
Ruby on Rails 1.4.0
Since v1.3.3 Last seen in v2.0.23Signature
perform(stream, **rendering)
No documentation comment.
Parameters
-
streamreq -
renderingkeyrest
Source
# File app/jobs/turbo/streams/broadcast_job.rb, line 6
def perform(stream, **rendering)
Turbo::StreamsChannel.broadcast_render_to stream, **rendering
end
Defined in app/jobs/turbo/streams/broadcast_job.rb line 6
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Turbo::Streams::BroadcastJob