This commit is contained in:
Dev Team
2025-06-02 17:18:11 +06:30
parent 1a373f0d2a
commit 174a232421
10 changed files with 72 additions and 176 deletions

View File

@@ -87,6 +87,7 @@ class Foodcourt::AddordersController < BaseFoodcourtController
end
def create
byebug
if params[:booking_id].present?
booking = Booking.find(params[:booking_id])
end