Files
fizzy/app/views/notifications/readings/destroy.turbo_stream.erb
T
2025-07-23 17:01:59 -05:00

3 lines
169 B
Plaintext

<%= turbo_stream.remove @notification %>
<%= turbo_stream.prepend :notifications_list, partial: "notifications/notification", locals: { notification: @notification } %>