4 lines
61 B
Ruby
4 lines
61 B
Ruby
class Hall < ActiveRecord::Base
|
|
belongs_to :conference
|
|
end
|
class Hall < ActiveRecord::Base
|
|
belongs_to :conference
|
|
end
|