From a1bc6b79393434f5e02a92f1ae386a2653133fcc Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Mon, 17 Nov 2025 13:55:23 +0100 Subject: [PATCH] Do not use HTTP caching since the page is full of forms, and can result in 422s due to CSRF tokens https://app.fizzy.do/5986089/cards/2977 --- app/controllers/cards_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/cards_controller.rb b/app/controllers/cards_controller.rb index 3b9f0fcde..12d530717 100644 --- a/app/controllers/cards_controller.rb +++ b/app/controllers/cards_controller.rb @@ -15,7 +15,6 @@ class CardsController < ApplicationController end def show - fresh_when @card end def edit