Module: Roda::RodaPlugins::Flash::InstanceMethods
- Defined in:
- lib/roda/plugins/flash.rb
Constant Summary collapse
- KEY =
The internal session key used to store the flash.
:_flash
Instance Method Summary collapse
-
#flash ⇒ Object
Access the flash hash for the current request, loading it from the session if it is not already loaded.