notebook/app/models/page_groupers/character_technology.rb
2020-04-24 02:16:05 -05:00

6 lines
150 B
Ruby

class CharacterTechnology < ApplicationRecord
belongs_to :user, optional: true
belongs_to :character
belongs_to :technology, optional: true
end