employee login and authentication with session
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
class Booking < ApplicationRecord
|
||||
|
||||
belongs_to :dining_facility
|
||||
belongs_to :dining_facility, :optional => true
|
||||
belongs_to :sale, :optional => true
|
||||
has_many :booking_orders
|
||||
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user