update create order function
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Api::OrdersController < Api::ApiController
|
||||
|
||||
skip_before_action :authenticate
|
||||
#Description
|
||||
# This API show current order details
|
||||
# Input Params - order_id
|
||||
|
||||
@@ -11,6 +11,7 @@ class Origami::AddordersController < BaseOrigamiController
|
||||
def show
|
||||
@menu = MenuCategory.all
|
||||
@table_id = params[:id]
|
||||
@table_type = DiningFacility.find(@table_id).type
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user