add menu api
This commit is contained in:
6
app/views/api/restaurant/item_sets/index.json.jbuilder
Normal file
6
app/views/api/restaurant/item_sets/index.json.jbuilder
Normal file
@@ -0,0 +1,6 @@
|
||||
json.array! @item_sets do |set|
|
||||
json.name set.name
|
||||
json.alt_name set.alt_name
|
||||
json.min_selectable_qty set.min_selectable_qty
|
||||
json.max_selectable_qty set.max_selectable_qty
|
||||
end
|
||||
Reference in New Issue
Block a user