parsley/app/views/foods/search.json.jbuilder

6 lines
80 B
Ruby

json.array! @foods do |i|
json.extract! i, :id, :name, :density, :notes
end