标签: ruby-on-rails flash message
我遇到rails flash消息的问题,
直到现在我的应用程序运行良好,但是当我想使用这样的flash消息时:
redirect_to @post, notice: "Post has been created"
或
flash[:notice] = "Post has been created" redirect_to @post
我的应用程序不再运行了,我有:我们很抱歉,但出了点问题
尝试了很多但仍然存在同样的问题
感谢您的帮助