Hello, does anyone faced a problem with multiple notifications using flash.now ?
For example, on landing page, there should be multiple notifications for new users.
So we are showing notifications with this: flash.now[:warning] "Some text
but if we fire another notification e.g. flash.now[:warning] "Another notification
. We are able to see only the latest notification, rather than both of them.
I googled for solutions to this problem, but it seems you have to change all the flow of flash notifications in all the codebase??
Does anyone faced with this problem and have fixed that?
Cheers