instance method
last_modified=
Ruby on Rails 4.0.13
Since v3.0.20Signature
last_modified=(utc_time)
No documentation comment.
Parameters
-
utc_timereq
Source
# File actionpack/lib/action_dispatch/http/cache.rb, line 67
def last_modified=(utc_time)
headers[LAST_MODIFIED] = utc_time.httpdate
end
Defined in actionpack/lib/action_dispatch/http/cache.rb line 67
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Cache::Response