mattbrictson / rails-template

My former app template for Rails 7. All recommendations you see here have been moved to https://github.com/mattbrictson/nextgen
MIT License
1.09k stars 231 forks source link

Issue With Flash Messages #35

Closed ate-it closed 1 year ago

ate-it commented 1 year ago

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"