Method: ActionDispatch::Flash::FlashHash#notice=
- Defined in:
- actionpack/lib/action_dispatch/middleware/flash.rb
#notice=(message) ⇒ Object
Convenience accessor for flash[:notice]=.
295 296 297 |
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 295 def notice=() self[:notice] = end |