tabletop-companion/app/views/dice_rolls/_dice_roll.turbo_stream.erb

3 lines
108 B
Plaintext

<%= turbo_stream.append("events", partial: "dice_rolls/dice_roll",
locals: { dice_roll: dice_roll }) %>