Files
fizzy/app/views/cards/comments/create.turbo_stream.erb
T
2025-11-17 11:29:08 +01:00

4 lines
225 B
Plaintext

<%= turbo_stream.before [ @card, :new_comment ], partial: "cards/comments/comment", locals: { comment: @comment } %>
<%= turbo_stream.update [ @card, :new_comment ], partial: "cards/comments/new", locals: { card: @card } %>