raw1z / amistad

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

Add add_friendship method #51

Open d4rky-pl opened 10 years ago

d4rky-pl commented 10 years ago

Sometimes you want to add friendship without invitation process, for example when programmatically adding friendships through external integration. This pull request adds method add_friendship that is basically invite + approve but in one step instead of two.

benaubin commented 9 years ago

+1

d4rky-pl commented 9 years ago

@raw1z