I'm using the devise gem and would like to change the flash keys from [:notice]
and [:alert]
to something custom. The rest of my app is using keys like [:success]
and [:warning]
.
Is there any way to change the key from notice
to something else?
Thanks!