instance method
date?
Ruby on Rails 4.2.9
Since v4.0.13Signature
date?()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/cache.rb, line 77
def date?
headers.include?(DATE)
end
Defined in actionpack/lib/action_dispatch/http/cache.rb line 77
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Cache::Response