employee login and authentication with session
This commit is contained in:
4
app/models/booking_order.rb
Normal file
4
app/models/booking_order.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class BookingOrder < ApplicationRecord
|
||||
belongs_to :booking
|
||||
belongs_to :order
|
||||
end
|
||||
Reference in New Issue
Block a user