blob: 81dc6c5111d3e22119425f767b4c08df4d8149c1 (
plain)
1
2
3
4
5
6
7
|
# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end
|