Sha256: 5c108e3c9882592b81cd03546dbc0be0c97c9feb7244e9f2a77d774f4768a7e1
Contents?: true
Size: 388 Bytes
Versions: 60
Compression:
Stored size: 388 Bytes
Contents
# Every {Activity} is shared with one or more {audiences Audience}. # # Each {Audience} is equivalent to a {Relation}, which defines the {actors Actor} # that are assigned to that relation and the {permissions Permission} granted to # that {Audience} class Audience < ActiveRecord::Base belongs_to :activity belongs_to :relation end ActiveSupport.run_load_hooks(:audience, Audience)
Version data entries
60 entries across 60 versions & 2 rubygems