X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16cc705865fcc7ae337192aedce54ee4ba27f033..1f82ade9be8494e114156210d600a9624262ddba:/services/api/app/models/trashed_group.rb diff --git a/services/api/app/models/trashed_group.rb b/services/api/app/models/trashed_group.rb new file mode 100644 index 0000000000..5c85946bae --- /dev/null +++ b/services/api/app/models/trashed_group.rb @@ -0,0 +1,6 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class TrashedGroup < ApplicationRecord +end