Skip to content
New issue

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

Invitation Table seperate of Users table #575

Closed
harshamv opened this issue Jul 20, 2015 · 2 comments
Closed

Invitation Table seperate of Users table #575

harshamv opened this issue Jul 20, 2015 · 2 comments

Comments

@harshamv
Copy link

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?

@scambra
Copy link
Owner

scambra commented Jul 20, 2015

duplicate of #388

@scambra scambra closed this as completed Jul 20, 2015
@scambra
Copy link
Owner

scambra commented Jul 20, 2015

Not possible right now, behaviour must be changed, as requested on #388

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants