Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
swemoney committed Aug 25, 2007
1 parent ea2aea4 commit 21b2ea0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Expand Up @@ -49,10 +49,14 @@ Again, these will return what you would expect them to return.
user.pending_friends
user.pending_or_accepted_friends

## The following 3 methods were changed as of revision 8. They have been listed here
## as these methods, but for some reason, i never changed their names in the actual
## plugin file. If your using a pre-8 version and things broke for you, use the new
## method names in your application. Sorry for the inconvenience.
Returns true if user is friends with friend.
user.is_friends_with? friend
user.is_pending_friends_with? friend
user.id_friends_or_pending_with? friend
user.is_friends_or_pending_with? friend

Creates, deletes or updates friendship requests.
user.request_friendship_with friend
Expand Down

0 comments on commit 21b2ea0

Please sign in to comment.