Fix docs about etag

This commit is contained in:
Tanbir Hasan 2019-12-10 15:55:16 +06:00 committed by GitHub
parent 32b363b246
commit 15365de5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module ActionController
# def show
# # Etag will differ even for the same invoice when it's viewed by a different current_user
# @invoice = Invoice.find(params[:id])
# fresh_when(@invoice)
# fresh_when etag: @invoice
# end
# end
def etag(&etagger)