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