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