What is the suggested method to access flash in a view or component? #601
Answered
by
joeldrapper
rmontgomery429
asked this question in
Help
|
I'm not seeing anyone else struggling with this so maybe I have it upside down but I can't see to get the |
Answered by
joeldrapper
Nov 22, 2023
Replies: 1 comment 1 reply
|
@rmontgomery429 you should be able to use |
1 reply
Answer selected by
rmontgomery429
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rmontgomery429 you should be able to use
helpers.flash, but we should add an adapter module for this so you can includePhlex::Rails::Helpers::Flashand then just useflash. I don't know how I missed this one.