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