Files
sx-fc/app/views/api/restaurant/menu_item_attributes/index.json.jbuilder
2017-04-15 17:33:45 +06:30

6 lines
141 B
Ruby

json.array! @menu_attributes do |attribute|
json.type attribute.attribute_type
json.name attribute.name
json.value attribute.value
end