notebook/app/models/page_groupers/building_town.rb
2021-07-18 18:04:03 -07:00

9 lines
150 B
Ruby

class BuildingTown < ApplicationRecord
include HasContentLinking
belongs_to :user, optional: true
belongs_to :building
belongs_to :town
end