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

7 lines
141 B
Ruby

class LoreCharacter < ApplicationRecord
belongs_to :lore
belongs_to :character, optional: true
belongs_to :user, optional: true
end