Add Quantity #edit and #update

This commit is contained in:
2025-01-11 22:51:49 +01:00
parent adcc6699ce
commit d5e7ccacf5
5 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
<%= turbo_stream.close_form dom_id(@quantity, :edit) %>
<% @ancestors.map do |ancestor| %>
<%= turbo_stream.replace ancestor %>
<% end %>