indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :group
  belongs_to :key_item, class_name: 'Item', optional: true
end