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

Model relations: Relation configurator #1

Open
bblok11 opened this issue Nov 18, 2015 · 0 comments
Open

Model relations: Relation configurator #1

bblok11 opened this issue Nov 18, 2015 · 0 comments
Assignees

Comments

@bblok11
Copy link
Member

bblok11 commented Nov 18, 2015

Pass relation configurator as argument in static relations(), or use via static methods.
Can be used like:

configuator.hasMany('projects').from('projectStore').keys('projectIds', 'id')

or

configuator.hasMany('projects', 'projectStore', 'projectIds', 'id')
@bblok11 bblok11 self-assigned this Nov 18, 2015
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

1 participant