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