notebook/app/models/building_school.rb
2020-10-17 17:44:17 -07:00

8 lines
187 B
Ruby

class BuildingSchool < ApplicationRecord
include HasContentLinking
belongs_to :user, optional: true
belongs_to :building
belongs_to :district_school, class_name: School.name
end