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

has may through feature #382

Open
chollier opened this issue Jul 17, 2013 · 0 comments
Open

has may through feature #382

chollier opened this issue Jul 17, 2013 · 0 comments

Comments

@chollier
Copy link

I'd really be awesome to able to have a has_many through feature enabling many-to-many relationships

Example : My user would have many push_notifications, through push_notification_recipients

Then I could do user.get('push_notifications') which would look in a joint model like {id: a, user_id: b, push_notification_id: c} and return

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

No branches or pull requests

2 participants