5 lines
75 B
Ruby
5 lines
75 B
Ruby
class Slot < ActiveRecord::Base
|
|
belongs_to :hall
|
|
belongs_to :event
|
|
end
|