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