indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :building
  belongs_to :location
end