What am trying to do is to use public activity gem to build a notification system i followed this Railscast and everything worked just fine.
I have a article and a comment model where users can comment on each others article and the user whom the article belongs to will get notified in their activity feed, but the problem here is that the activity page shows activity of all users, but now i want to show activity only to the specific person whom the article belongs to. So if a user clicks on the activity button they will only see the activities that happened on there article.
Is there any way to accomplish that ?