indentlabs/notebook

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

Summary

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