foodsoft/app/views/orders/show.js.haml

3 lines
85 B
Plaintext
Raw Normal View History

$('#articles_table').html('#{escape_javascript(render(@partial, order: @order))}');