Method: ActionDispatch::Flash::FlashHash#alert
- Defined in:
- actionpack/lib/action_dispatch/middleware/flash.rb
#alert ⇒ Object
Convenience accessor for flash[:alert].
280 281 282 |
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 280 def alert self[:alert] end |