method
last_modified?
v3.2.8 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Response
last_modified?()public
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 55
def last_modified?
headers.include?(LAST_MODIFIED)
end