Module: Padrino::Flash::Helpers
Overview
Storage
Instance Method Summary
-
#flash ⇒ Storage
Returns the flash storage object. -
#redirect(url, *args) ⇒ Object (also: #redirect_to)
Overloads the existing redirect helper in-order to provide support for flash messages.
Instance Method Details
#flash ⇒ Storage
Returns the flash storage object.
#redirect(url) ⇒ Object #redirect(url, status_code) ⇒ Object #redirect(url, status_code, flash_messages) ⇒ Object #redirect(url, flash_messages) ⇒ Object Also known as: redirect_to
Overloads the existing redirect helper in-order to provide support for flash messages.
© 2010–2020 Padrino
Licensed under the MIT License.
https://www.rubydoc.info/github/padrino/padrino-framework/Padrino/Flash/Helpers