method
last_modified
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
last_modified()public
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 54
def last_modified
if last = get_header(LAST_MODIFIED)
Time.httpdate(last)
end
end