1 2 3 4 5 6 7 8
# SPDX-FileCopyrightText: 2021 IN COMMON Collective # # SPDX-License-Identifier: AGPL-3.0-or-later class Map < ApplicationRecord include UUIDParameter belongs_to :taxonomy end