indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class ItemMagic < ApplicationRecord
  belongs_to :item
  belongs_to :magic, optional: true
  belongs_to :user, optional: true
end