-
I have the scaffoled / generated rodauth-rails views in my app, and I don't see any references to flash messages in them. I tried enabling roda's I don't see flash messages, though I assume they are being set. It seems like I must have missed something obvious, but the only documentation I can find is to set flash messages in the routing tree, which isn't what I'm after. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
rodauth-rails changes Rodauth to use Rails' flash messages instead of Roda's, so they're accessible in Rails views just like any other flash messages ( |
Beta Was this translation helpful? Give feedback.
rodauth-rails changes Rodauth to use Rails' flash messages instead of Roda's, so they're accessible in Rails views just like any other flash messages (
:notice
and:alert
are used). Not sure if I should mention this behavior in the docs somewhere, therodauth:install
instructions mention that, though.