indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :building
  belongs_to :country
end