3 lines
89 B
Plaintext
3 lines
89 B
Plaintext
var box = $('div[id=notes-<%= @meal.id %>]');
|
|
box.html('<%= j display_notes(@meal) %>');
|