Welcome to mirror list, hosted at ThFree Co, Russian Federation.

notification_actor.rb « models « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b1f30796dfbb54dbdefed1c7f141f4be542c161 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
#   licensed under the Affero General Public License version 3 or later.  See
#   the COPYRIGHT file.

class NotificationActor < ApplicationRecord
  belongs_to :notification
  belongs_to :person
end