clarion/app/models/slot.rb
2014-10-12 13:26:07 +03:00

5 lines
75 B
Ruby

class Slot < ActiveRecord::Base
belongs_to :hall
belongs_to :event
end