aboutsummaryrefslogtreecommitdiff
path: root/app/models/classification.rb
blob: 0754054540ae2611912154115c16da2963f90eb9 (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 Classification < ApplicationRecord
  belongs_to :resource
  belongs_to :section
end