foodcoop-adam/foodsoft

View on GitHub
lib/foodsoft_current_orders/app/views/current_orders/articles/index.js.erb

Summary

Maintainability
Test Coverage
$('#article_list li:not(.keep)').remove();
$('#article_list').append('<%= j(render('articles', orders: @current_orders)) %>');