foodsoft/app/views/order_comments/create.js.erb

1 line
146 B
Plaintext
Raw Normal View History

2011-06-19 20:47:27 +02:00
$('#comments').html('<%= escape_javascript(render(:partial => 'shared/comments', :locals => { :comments => @order_comment.order.comments })) %>');