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

5 lines
131 B
Plaintext
Raw Normal View History

2016-01-12 18:43:00 -06:00
json.array!(@ingredients) do |ingredient|
json.extract! ingredient, :id
json.url ingredient_url(ingredient, format: :json)
end