forked from fixin.me/fixin.me
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
<% @ancestors.map do |ancestor| %>
|
|
<%= turbo_stream.replace ancestor %>
|
|
<% end %>
|
|
<%= turbo_stream.remove @quantity %>
|
|
<%= turbo_stream.append(:quantities, render_no_items) if current_user.quantities.empty? %>
|