1

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!

4

1 に答える 1

0

Devise の管理者から、これはオプションではないと聞いています。答えは、適切なフラッシュ キーを使用することです。

于 2012-11-13T18:58:54.240 に答える