indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class CharacterFriend < ApplicationRecord
  belongs_to :user, optional: true
  belongs_to :character
  belongs_to :friend, class_name: Character.name, optional: true
end