Sha256: d7817d1c37e0097698ab517d012463024f480418caf0d1afb6c6eba8d0b31b06
Contents?: true
Size: 392 Bytes
Versions: 79
Compression:
Stored size: 392 Bytes
Contents
# Every {ActivityObject} ({Post}, {Comment}, etc.) is shared with one or more {Relation Relations}. # # Each {Relation} is equivalent to a set {Actor Actors}, which are the ones that have {Tie Ties} # to that {Relation}, in other words, the contacts that were added to that {Relation} class ActivityObjectAudience < ActiveRecord::Base belongs_to :activity_object belongs_to :relation end
Version data entries
79 entries across 79 versions & 2 rubygems