Method: ActionDispatch::Flash::FlashHash#notice=

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

#notice=(message) ⇒ Object

Convenience accessor for ‘flash=`.



295
296
297
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 295

def notice=(message)
  self[:notice] = message
end