W3cubDocs

/Ruby on Rails 7.0

module ActionController::EtagWithFlash

Included modules:
ActionController::ConditionalGet

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.

© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.