提交 6c941ea4 编写于 作者: S Steven Harman

Consistently markup etag options.

上级 22105210
......@@ -32,7 +32,7 @@ def etag(&etagger)
end
end
# Sets the etag, +last_modified+, or both on the response and renders a
# Sets the +etag+, +last_modified+, or both on the response and renders a
# <tt>304 Not Modified</tt> response if the request is already fresh.
#
# === Parameters:
......@@ -58,7 +58,7 @@ def etag(&etagger)
# If-Modified-Since header and just a <tt>304 Not Modified</tt> response if there's a match.
#
# You can also just pass a record where +last_modified+ will be set by calling
# +updated_at+ and the etag by passing the object itself.
# +updated_at+ and the +etag+ by passing the object itself.
#
# def show
# @article = Article.find(params[:id])
......@@ -124,7 +124,7 @@ def fresh_when(record_or_options, additional_options = {})
# end
#
# You can also just pass a record where +last_modified+ will be set by calling
# updated_at and the etag by passing the object itself.
# +updated_at+ and the +etag+ by passing the object itself.
#
# def show
# @article = Article.find(params[:id])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册