indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :group
  belongs_to :client, class_name: 'Group', optional: true
end