Enable morphing so that we get smooth page refreshes when redirecting back

This commit is contained in:
Jorge Manrubia
2025-04-01 17:05:58 +02:00
parent cfe91c25c9
commit e07bd966f5
+1
View File
@@ -11,6 +11,7 @@
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= tag.meta name: "current-user-id", content: Current.user.id if Current.user %>
<% turbo_refreshes_with method: :morph, scroll: :preserve %>
<% turbo_refreshes_with method: :morph, scroll: :preserve %>