3 lines
169 B
Plaintext
3 lines
169 B
Plaintext
<%= turbo_stream.remove @notification %>
|
|
<%= turbo_stream.prepend :notifications_list, partial: "notifications/notification", locals: { notification: @notification } %>
|