DEV Community

Discussion on: How to Fix Rails Flash Rendering When Using Hotwire

Collapse
 
fmarkwong profile image
developer dude

I just had it redirect to root_path (or whatever path you like) on error just like with the happy path.

Any problems with this solution? I guess the disadvantage is an extra redirect.