Closed henrydjacob closed 12 years ago
Since Streama is built on top of Mongoid you can query the Activity model directly.
Is it worth adding a method to return activities for objects? What sort of scenario would you use that in?
This is useful for check-ins feature. Let's say User is an actor, Checkin is an object and location is target. If you want to retrieve all the check-ins in a specific location, this would be super useful.
How to get the list of activities belong to an object or target_object