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