Sha256: edd73c847dedbfe5615ad0dcdf918a7a0e7387bc83a5c7c0b866de42fe9874d4
Contents?: true
Size: 1.63 KB
Versions: 10
Compression:
Stored size: 1.63 KB
Contents
# Default relations for Social Stream # # Define the default relations and permissions supported by your application # Though subjects can customize their own relations, these are the defaults # to start up # # Detailed information on permissions is available at: # http://rdoc.info/gems/social_stream/Permission # user: friend: name: friend permissions: - [ follow ] # follow the activities of the friend - [ create, activity ] # let the friend create activities - [ read, activity, weak_star_ties ] # friend can read activities from the other friends and below - [ update, activity ] # update her activities - [ destroy, activity ] # delete her activities sphere: personal acquaintance: name: acquaintance parent: friend # friend relation is stronger than acquaintance permissions: - [ read, activity, weak_star_ties ] sphere: personal group: member: name: member permissions: - [ represent ] # let the member act as the group - [ create, activity ] # let them member create activities - [ read, activity, weak_star_ties ] # read activities from other members - [ update, activity ] # update her activities - [ destroy, activity ] # delete her activities - [ read, tie, weak_star_ties ] sphere: organization partner: name: partner parent: member # member is stronger than partner permissions: - [ read, activity, weak_star_ties ] sphere: external_relations
Version data entries
10 entries across 6 versions & 2 rubygems