indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class CharacterTechnology < ApplicationRecord
  belongs_to :user, optional: true
  belongs_to :character
  belongs_to :technology, optional: true
end