Backbone-relational
Backbone-relational copied to clipboard
has may through feature
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