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

6 lines
150 B
Ruby

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