app/models/group.rb in social_stream-base-0.19.1 vs app/models/group.rb in social_stream-base-0.19.2
- old
+ new
@@ -1,4 +1,9 @@
+# {Group Groups} are the other kind of social entities supported in SocialStream::Base
+#
+# As with {User}, almost all the interaction with other classes in Social Stream is done
+# through {Actor}. The glue between {Group} and {Actor} is in {SocialStream::Models::Subject}
+#
class Group < ActiveRecord::Base
include SocialStream::Models::Subject
attr_accessor :_participants