Run #create action

This commit is contained in:
2024-01-06 03:59:09 +01:00
parent ba3c2a99b9
commit ce4770a25c
6 changed files with 35 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
<%= turbo_stream.update @unit do %>
<%= render partial: 'form', locals: {unit: @unit} %>
<%= render partial: 'form' %>
<% end %>
<%= turbo_stream.update :unit_form_frame do %>