diaspora/app/models/notification_actor.rb
zhitomirskiyi f48d7a0826 wip
2011-01-28 22:37:38 -08:00

10 lines
254 B
Ruby

# Copyright (c) 2010, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
class NotificationActor < ActiveRecord::Base
belongs_to :notification
belongs_to :person
end