# File app/controllers/application.rb, line 143
  def setup_flash
    [:warning, :error, :notice].each {|level| flash[level] ||= []}
  end