This commit is contained in:
Nweni
2017-06-20 18:59:34 +06:30
parent bdb42daad7
commit a9e1d8c3d1
20 changed files with 970 additions and 149 deletions

View File

@@ -1,4 +1,4 @@
class Room < DiningFacility
# has_many :bookings, :foreign_key => 'dining_facility_id'
has_many :bookings, :foreign_key => 'dining_facility_id'
end