7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
|
|
||
|
json.array! @foods do |f|
|
||
|
|
||
|
json.extract! f, :ndbn
|
||
|
json.name f.short_description
|
||
|
|
||
|
end
|