5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
![]() |
json.array!(@recipes) do |recipe|
|
||
|
json.extract! recipe, :id
|
||
|
json.url recipe_url(recipe, format: :json)
|
||
|
end
|