You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I include acts_as_follower and acts_as_followable in the relevant models I get the following error:
"undefined local variable or method `acts_as_followable'"
The text was updated successfully, but these errors were encountered:
@circlesapp
I think this is an setup issue, I had the same issue because I forgot to run bundle install command after adding acts_as_follower into Gemfile. But when I run bundle install then it works for me.
If this is not works for you please send me steps that you followed for acts_as_follower installation and also specify which database you are using.
When I include acts_as_follower and acts_as_followable in the relevant models I get the following error:
"undefined local variable or method `acts_as_followable'"
The text was updated successfully, but these errors were encountered: