Method: Actor#following_actor_objects

Defined in:
app/models/actor.rb

#following_actor_objectsObject

The ActivityObjects followed by this Actor that are Actors



317
318
319
320
# File 'app/models/actor.rb', line 317

def following_actor_objects
  followings.
    where('activity_objects.object_type' => "Actor")
end