5 lines
54 B
Ruby
Executable File
5 lines
54 B
Ruby
Executable File
class RoomBooking < Booking
|
|
has_many :orders
|
|
|
|
end
|