我使用flash [:notice]显示成功消息并使用flash [:warning]显示警告和错误消息。
Flash [:notice]在重定向到另一个页面时工作正常,但flash [:warning]不能用于重定向。
当我查看我的视图文件时,flash [:warning]以nil。
传递如何使用flash [:warning]和redirect_to?
答案 0 :(得分:0)
您可以使用
通过重定向传递闪光灯redirect_to 'page/to/redirect/to', :flash => { :error => 'Some error' }