a5de4863fa
cc @kevinmcconnell
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
<% @notifications.each do |notification| %>
|
|
<%= turbo_stream.remove notification %>
|
|
<% end %>
|