Class: ActionController::Flash::FlashNow
- Defined in:
- lib/action_controller/flash.rb
Overview
:nodoc:
Instance Method Summary collapse
- #[](k) ⇒ Object
- #[]=(k, v) ⇒ Object
-
#initialize(flash) ⇒ FlashNow
constructor
A new instance of FlashNow.
Constructor Details
#initialize(flash) ⇒ FlashNow
Returns a new instance of FlashNow.
37 38 39 |
# File 'lib/action_controller/flash.rb', line 37 def initialize(flash) @flash = flash end |