indentlabs/notebook

View on GitHub
app/models/page_groupers/building_school.rb

Summary

Maintainability
A
0 mins
Test Coverage
class BuildingSchool < ApplicationRecord
  include HasContentLinking

  belongs_to :user, optional: true
  belongs_to :building
  belongs_to :district_school, class_name: School.name
end