indentlabs/notebook

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

Summary

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

  belongs_to :deity
  belongs_to :character_sibling, class_name: Character.name, optional: true
  belongs_to :user, optional: true
end