basic layout template
This commit is contained in:
7
app/models/booking.rb
Normal file
7
app/models/booking.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Booking < ApplicationRecord
|
||||
|
||||
belongs_to :dining_facility
|
||||
belongs_to :sale, :optional => true
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user