mattbrictson/rails-template

Issue With Flash Messages

ate-it opened this issue · 0 comments

Either i'm missing something bleedin' obvious which is more than possible, but I can't for the life of me get flash messages to work....

Neither of these appear to be working

flash.now[:notice] = "There was an error."
redirect_to root_path, flash[:alert] => "No Key Provided"