parsley/app/views/ingredients/search.json.jbuilder
Dan Elbert 3b4134f684 units
2016-01-14 15:22:15 -06:00

6 lines
86 B
Ruby

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