Class: Bridgetown::Routes::ViewHelpers::Flash
- Inherits:
-
Hash
- Object
- Hash
- Bridgetown::Routes::ViewHelpers::Flash
- Includes:
- FlashHashAdditions
- Defined in:
- bridgetown-routes/lib/bridgetown-routes/view_helpers.rb
Overview
This flash is only used as a stub for views in case there’s no Roda flash available in the rendering context
Instance Method Summary collapse
Methods included from FlashHashAdditions
#alert, #alert=, #info, #info=
Instance Method Details
#now ⇒ Object
13 14 15 |
# File 'bridgetown-routes/lib/bridgetown-routes/view_helpers.rb', line 13 def now self end |