class Turbo::Streams::ActionBroadcastJob
The job that powers all the broadcast_$action_later
broadcasts available in Turbo::Streams::Broadcasts
.
def perform(stream, action:, target:, **rendering)
def perform(stream, action:, target:, **rendering) Turbo::StreamsChannel.broadcast_action_to stream, action: action, target: target, **rendering end