method
not_modified?
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Http::Cache::Request
not_modified?(modified_at)public
No documentation available.
# File actionpack/lib/action_dispatch/http/cache.rb, line 26
def not_modified?(modified_at)
if_modified_since && modified_at && if_modified_since >= modified_at
end