Questions tagged [acts-as-follower]
16 questions
0
votes
2 answers
act_as_followers get all posts of user I'm following
Im trying to get all the Posts from the the Users. I'm following using the act_as_follower gem. The User follows a profile model, and Posts belong to a User.
My User model:
acts_as_follower
My Profile model the user follows:
belongs_to :user
…

Gurmukh Singh
- 1,875
- 3
- 24
- 62