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