Render flash messages for html and turbo_stream

This commit is contained in:
2024-01-14 03:19:20 +01:00
parent a4f113ad48
commit 8d63ed62ea
4 changed files with 17 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
<%= turbo_stream.update :flashes do %>
<%= render_flash_messages %>
<% end %>
<%= yield %>