indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :group
  belongs_to :headquarter, class_name: 'Location', optional: true
end