Method: ActionDispatch::Flash::FlashNow#notice=

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

#notice=(message) ⇒ Object

Convenience accessor for ‘flash.now=`.



114
115
116
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 114

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