Display errors for table-embedeed forms

This commit is contained in:
2024-03-15 02:40:17 +01:00
parent 2c0466b51a
commit f298acd726
12 changed files with 28 additions and 14 deletions

View File

@@ -1,4 +1,6 @@
<%= yield %>
<%# Some views may convert ActiveRecord errors to flashes, render at the end. %>
<%= turbo_stream.update :flashes do %>
<%= render_flash_messages %>
<% end %>
<%= yield %>