indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :race
  belongs_to :famous_figure, class_name: 'Character', optional: true
end