Files
fizzy/app/views/notifications/trays/show.html.erb
T
David Heinemeier Hansson 5ce289642f Rely on caching of notifications
2025-04-16 16:57:54 +02:00

4 lines
148 B
Plaintext

<%= turbo_frame_tag "notifications" do %>
<%= render partial: "notifications/notification", collection: @notifications, cached: true %>
<% end %>