module EtagWithFlash
Ruby on Rails 7.2.3
Since v5.2.8.1Action Controller Etag With Flash
When you’re using the flash, it’s generally used as a conditional on the view. This means the content of the view depends on the flash. Which in turn means that the ETag for a response should be computed with the content of the flash in mind. This does that by including the content of the flash as a component in the ETag that’s generated for a response.
Includes
Extends
Methods (inherited)
From ActionController::ConditionalGet (6)
- # expires_in
- # expires_now
- # fresh_when
- # http_cache_forever
- # no_store
- # stale?
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended
From ActionController::Head (1)
- # head