Files
sx-fc/app/views/api/restaurant/menu_item_attributes/index.json.jbuilder
2017-08-18 11:24:38 +06:30

7 lines
164 B
Ruby

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