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

1 line
109 B
Plaintext
Raw Normal View History

2011-06-20 00:26:17 +02:00
$('#articles').html('<%= escape_javascript(render(:partial => @partial, :locals => {:order => @order})) %>');