clarion/app/models/hall.rb

4 lines
61 B
Ruby
Raw Normal View History

2014-10-12 13:26:07 +03:00
class Hall < ActiveRecord::Base
belongs_to :conference
end