what shoud flash[:alert] be in edge rails?

flash is just a hash. Rails doesn’t do anything specific if there’s a key named :notice. There’s something else wrong with your code. Can we see the related controller?

Jason