4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
<%= turbo_frame_tag "notifications" do %>
|
|
<%= render collection: @notifications, partial: "notifications/notification" %>
|
|
<% end %>
|