module ActionDispatch::Http::Cache::Response

def last_modified?

def last_modified?
  headers.include?('Last-Modified')
end