Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Lotus 中设置反馈消息的建议方法是什么?类似于 Rails 中的 flash 消息。
在我的创建操作中,我创建了我的实体,并在我重定向到索引之后。现在我想在索引中显示“实体成功保存”消息。
谢谢
flash已发货,但尚未记录,因为仍然不稳定。
flash
要使用它,请启用会话apps/web/application.rb并在操作/视图/模板中使用它,如哈希。
apps/web/application.rb
请看一下:https ://github.com/lotus/controller/blob/bb2f4b971adbff6ce4a2e050a08d4b1837bc848d/lib/lotus/action/flash.rb