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