add fields for Menu Sync

This commit is contained in:
Yan
2017-08-18 11:24:38 +06:30
parent 3160aab399
commit 48461da9ea
11 changed files with 21 additions and 20 deletions

View File

@@ -1,13 +1,8 @@
class Api::Restaurant::MenuItemOptionsController < Api::ApiController
#Description
# Pull the default menu details and also other available (active) menus
# Input Params - order_id
def index
@menu_options = MenuItemOption.all
end
end