We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way i can have a separate Invitations table and allow users to be able to invite users to a particular account
users has_many accounts
Models
users(id, name, email,....) accounts(id, name, user_id) invitations(id, ..........., user_id, account_id)
This is the kind of implementation i want to do. Is it possible to use this gem to handle it?
The text was updated successfully, but these errors were encountered:
duplicate of #388
Sorry, something went wrong.
Not possible right now, behaviour must be changed, as requested on #388
No branches or pull requests
Is there a way i can have a separate Invitations table and allow users to be able to invite users to a particular account
Models
This is the kind of implementation i want to do. Is it possible to use this gem to handle it?
The text was updated successfully, but these errors were encountered: