Fix caching issue

We need to pass an array so that it derives the relation key from the last updated record in the association
This commit is contained in:
Jorge Manrubia
2025-09-30 09:06:07 +02:00
parent 5c23e962eb
commit 3eb5ec2a2e
+1 -1
View File
@@ -1,4 +1,4 @@
<% cache page.records do %>
<% cache [ page.records ] do %>
<section id="the-stream" class="cards cards--considering"
data-drag-and-drop-target="container"
data-action="turbo:before-morph-attribute->collapsible-columns#preventToggle"