3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
$('#new-meal').html('<%= j render partial: 'meals/new_form' %>');
|
|
$('#food_name').focus();
|