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

7 lines
139 B
Ruby

class LoreBuilding < ApplicationRecord
belongs_to :lore
belongs_to :building, optional: true
belongs_to :user, optional: true
end