# SPDX-FileCopyrightText: 2020 IN COMMON Collective # # SPDX-License-Identifier: AGPL-3.0-or-later class Agency < ApplicationRecord belongs_to :agent belongs_to :user end