Module: SocialStream::Models::Supertype

Extended by:
ActiveSupport::Concern
Included in:
ActivityObject, Actor
Defined in:
lib/social_stream/models/supertype.rb

Overview

Common methods for models that have subtypes. Currently, there are two supertypes:

  • Actor: participates in the social network and has ties with other actors. Its subtypes are subjects, like user or group

  • ActivityObject: created and managed by actors in activities. Its subtypes are objects, like post or comment

Defined Under Namespace

Modules: ClassMethods, InstanceMethods