menu and menu item categories
This commit is contained in:
12
app/controllers/api/restaurant/menu_sold_out.rb
Normal file
12
app/controllers/api/restaurant/menu_sold_out.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class Api::Restaurant::MenuSoldOutController < Api::ApiController
|
||||
|
||||
#Description
|
||||
# Pull the default menu details and also other available (active) menus
|
||||
# Input Params - order_id
|
||||
def index
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user