parsley/app/views/recipes/index.json.jbuilder
2016-01-12 18:43:00 -06:00

5 lines
111 B
Ruby

json.array!(@recipes) do |recipe|
json.extract! recipe, :id
json.url recipe_url(recipe, format: :json)
end