blob: 842e8bdf0c7f82eacc1117da8419de10016f4ae3 (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
class Agency < ApplicationRecord
belongs_to :agent
belongs_to :user
end
|