indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class LoreBeliever < ApplicationRecord
  belongs_to :lore
  belongs_to :believer, class_name: Character.name, optional: true
  
  belongs_to :user, optional: true
end