class ActionDispatch::Flash::FlashHash

def alert

Convenience accessor for flash[:alert].
def alert
  self[:alert]
end