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.
body_tracking/app/views/foods/autocomplete.json.erb
2020-04-16 19:09:24 +02:00

2 lines
67 B
Plaintext

<%= raw @foods.map { |f| {label: f.name, value: f.id} }.to_json %>