You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to be able to use devise_invitable to create a referral system.
Where multiple user can invite the same email, thus creating multiple token and email.
The invited could accept either one of them to create his account (He can only accept one invitation tho).
Is there a way to do it easily with devise invitable ?
Or do I have to create a new model between inviter and invited and handle it by hand ?
Have a nice day,
Piou
The text was updated successfully, but these errors were encountered:
Hello,
I would like to be able to use devise_invitable to create a referral system.
Where multiple user can invite the same email, thus creating multiple token and email.
The invited could accept either one of them to create his account (He can only accept one invitation tho).
Is there a way to do it easily with devise invitable ?
Or do I have to create a new model between inviter and invited and handle it by hand ?
Have a nice day,
Piou
The text was updated successfully, but these errors were encountered: