Last Updated: February 25, 2016
·
3.451K
· raysrashmi

devise_invitable gem for sending invitation to user

Recently i used devise gem for authentication.i required a functionality where one user can send invitation to a friend to register the website.

In this case when we send invitation and create user it failed because of password validation.

Then I came to know about devise_invitable gem that you can use to send invitation

https://github.com/scambra/devise_invitable