fixin.me/app/views/units/new.turbo_stream.erb

9 lines
209 B
Plaintext

<%= turbo_stream.prepend :units do %>
<%= render partial: 'form' %>
<% end %>
<%= turbo_stream.update :unit_form_frame do %>
<%= form_with model: @unit, html: {id: :unit_form} do %>
<% end %>
<% end %>