raw1z / amistad

Adds friendships management into a rails application
http://github.com/raw1z/amistad
MIT License
185 stars 71 forks source link

user.friend_ids #41

Open remon opened 11 years ago

remon commented 11 years ago

user.friend_ids give me these error NoMethodError: undefined method `friend_ids' for #<User I am using latest version 0.9.2

juanvisbal commented 10 years ago

I think you should use user.friends instead. Read the wiki page "Listing Friends".