method

if_none_match

rails latest stable - Class: ActionDispatch::Http::Cache::Request
if_none_match()
public

No documentation available.

# File actionpack/lib/action_dispatch/http/cache.rb, line 16
        def if_none_match
          get_header HTTP_IF_NONE_MATCH
        end