Merge pull request #1607 from basecamp/csrf-caching

Do not use HTTP caching since the page is full of forms, and can result in 422s due to CSRF tokens
This commit is contained in:
Jorge Manrubia
2025-11-17 13:57:13 +01:00
committed by GitHub
-1
View File
@@ -15,7 +15,6 @@ class CardsController < ApplicationController
end
def show
fresh_when @card
end
def edit