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