6 lines
86 B
Ruby
6 lines
86 B
Ruby
|
|
json.array! @ingredients do |i|
|
|
|
|
json.extract! i, :id, :name, :density, :notes
|
|
|
|
end |