shop_setup branch
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class Booking < ApplicationRecord
|
||||
|
||||
#primary key - need to be unique
|
||||
|
||||
belongs_to :dining_facility, :optional => true
|
||||
belongs_to :sale, :optional => true
|
||||
has_many :booking_orders
|
||||
|
||||
Reference in New Issue
Block a user