5 lines
93 B
Ruby
5 lines
93 B
Ruby
class Room < DiningFacility
|
|
|
|
has_many :bookings, :foreign_key => 'dining_facility_id'
|
|
end
|