indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

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