Table: RailsNotes
User: dreamable
Created at: 2023-05-10 02:40:52 UTC
Updated at: 2023-05-10 02:40:52 UTC
Reference:(Table ID 3, Record ID 56)

标题 :
Rails Flash.now not working
笔记 :

When redirecting use

flash[:notice] = "This message value is available in next request-response cycle"

When rendering use

flash.now[:notice] = "Message is available in same request-response cycle"

Info from here

Tag: