Look up a Rails HTTP Status Code

304 - Not Modified

Rails HTTP Status code :not_modified

When to use status code 304

Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match. This means that there is no need to retransmit the resource, since the client still has a previously-downloaded copy.