Method: ActionDispatch::Flash::FlashHash#notice

Defined in:
actionpack/lib/action_dispatch/middleware/flash.rb

#noticeObject

Convenience accessor for flash[:notice].



290
291
292
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 290

def notice
  self[:notice]
end