raw1z / amistad

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

Getting blocked_by list #39

Open amrnt opened 11 years ago

amrnt commented 11 years ago

As described, you can get the list of users that a user blocked by current_user.blocked.

Is there any way to get the list of users who blocked a user like: current_user.blocked_by?

I tried to implement it but I failed. Is there any tricky way to do so?

rubypirate commented 11 years ago

I was wondering the same things