Revert "fixes"

This reverts commit 174a232421.
This commit is contained in:
Dev Team
2025-06-02 17:21:41 +06:30
parent 174a232421
commit 555de796c4
10 changed files with 176 additions and 72 deletions

View File

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