How do I enable user to invite (via email) other users to join in Rails 3?
I originally was using a plugin called acts_as_inviteable, but I can't get it to work on Rails开发者_StackOverflow社区 3.
It was pretty cool, it made it easy for an individual User of the site to click and invite a unique email to someone. When someone clicked on the link they could register.
I want to extend that so that when they accept, they are now friends (using acts_as_network).
How can I do this?
精彩评论