What is the best practice with Devise 2.1 to build a simple invite system just like Pinterest?
In other words, I would like to allow new users to sign-up with an invitation form. Then, I would like that:
- First, Devise send a "Thanks for Joining the Fuu Waiting List" email.
- To finish, maybe with a cron-task every 3 hours, Devise send a "You've Been Invited to Join Fuu" email.
I'm using Devise 2.1 with confirmable module. I think devise_invitable
gem is not useful in my case, because invited user should not be able to invite new user.