I am looking for a gem that will allow users to request an invite, and also allow me to batch release invites to people.
Currently, I am using Devise for authentication, and am planning on allowing users who have activated accounts to invite a small amount of others, but I need a system that will allow them to request an invite in the first instance.
Any help would be greatly appreciated.