4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
<% if @food.destroyed? %>
|
|
$('tr[id=food-<%= @food.id %>]').nextUntil('tr.primary').addBack().remove();
|
|
<% end %>
|