1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-04-16 22:02:53 +02:00

3 lines
91 B
Plaintext

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