0

我使用的是 rails 3 版本,在 ajax 调用之后,我无法显示 flash 消息。它仅在用户手动重新加载页面后显示。

有什么建议吗?

4

1 回答 1

0

使用flash.now

flash.now[:notice] = 'available in same request'

于 2013-10-31T06:18:49.943 回答