indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :character
  belongs_to :best_friend, class_name: 'Character', optional: true
end