重定向后不显示Flash消息

时间:2012-10-04 04:22:39

标签: ruby-on-rails

设置如下的flash消息后:

flash[:notice] = "Invalid Username or Password"
format.html { redirect_to :action => :log}

重定向发生,但不显示flash消息

1 个答案:

答案 0 :(得分:0)

尝试在重定向方法中设置flash[:notice]

format.html { redirect_to :action => :log, notice: "Invalid Username or Password}