Module: Ext::Flash::Helpers
- Defined in:
- lib/ext/flash.rb
Instance Attribute Summary collapse
-
#flash ⇒ Object
readonly
The flash helper.
Instance Attribute Details
#flash ⇒ Object (readonly)
The flash helper. Use in your controller or view. Retuns a Flasher.
55 56 57 |
# File 'lib/ext/flash.rb', line 55 def flash @flash end |