Convenience accessor for ‘flash=`.
295 296 297
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 295 def notice=(message) self[:notice] = message end