Files
fizzy/app/views/boards/publications/create.turbo_stream.erb
T
2025-11-05 13:41:12 +01:00

3 lines
159 B
Plaintext

<%= turbo_stream.replace([ @board, :publication ], partial: "boards/edit/publication", locals:{ board: @board }) %>
<%= turbo_stream_flash(notice: "Saved") %>