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
This commit is contained in:
Jorge Manrubia
2025-11-17 13:55:23 +01:00
parent 906c5245ce
commit a1bc6b7939
-1
View File
@@ -15,7 +15,6 @@ class CardsController < ApplicationController
end
def show
fresh_when @card
end
def edit