Class: Turbo::Train::BroadcastJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/turbo/train/broadcast_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(stream, **rendering) ⇒ Object



6
7
8
# File 'app/jobs/turbo/train/broadcast_job.rb', line 6

def perform(stream, **rendering)
  Turbo::Train.broadcast_render_to(stream, **rendering)
end