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

6 lines
86 B
Plaintext
Raw Normal View History

2016-01-14 15:22:15 -06:00
json.array! @ingredients do |i|
json.extract! i, :id, :name, :density, :notes
end