Method: ActionDispatch::Http::Cache::Response#weak_etag=
- Defined in:
- actionpack/lib/action_dispatch/http/cache.rb
#weak_etag=(weak_validators) ⇒ Object
106 107 108 |
# File 'actionpack/lib/action_dispatch/http/cache.rb', line 106 def weak_etag=(weak_validators) set_header "ETag", generate_weak_etag(weak_validators) end |