method

weak_etag=

weak_etag=(weak_validators)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/cache.rb, line 104
        def weak_etag=(weak_validators)
          set_header 'ETag', generate_weak_etag(weak_validators)
        end