Topic: Where'd my Flash Notice go?
I've got this method in my User controller:
def logout
reset_session()
flash[:notice] = "See you next time"
redirect_to :controller => "home", :action => "show"
end
I'm not seeing the Flash Notice when I land on the homepage. Any ideas?