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

5 lines
111 B
Plaintext
Raw Normal View History

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