indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :building
  belongs_to :landmark
end