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
Hey there! I'm fairly new to rails and trying to implement the amistad gem (using devise). I've it up using the Active Record instructions (and somewhat using this as an example http://keighl.com/post/amistad-friendships-controller/) but am getting the error:
uninitialized constant User::Amistad
and this line in my User.rb model is highlighted:
include Amistad::Friendships::UserFriendship
Any ideas what I am missing? Thanks.
The text was updated successfully, but these errors were encountered:
Hey there! I'm fairly new to rails and trying to implement the amistad gem (using devise). I've it up using the Active Record instructions (and somewhat using this as an example http://keighl.com/post/amistad-friendships-controller/) but am getting the error:
uninitialized constant User::Amistad
and this line in my User.rb model is highlighted:
include Amistad::Friendships::UserFriendship
Any ideas what I am missing? Thanks.
The text was updated successfully, but these errors were encountered: