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:
@@ -15,7 +15,6 @@ class CardsController < ApplicationController
|
||||
end
|
||||
|
||||
def show
|
||||
fresh_when @card
|
||||
end
|
||||
|
||||
def edit
|
||||
|
||||
Reference in New Issue
Block a user