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

Saving a record should save unsaved resources #77

Open
bemky opened this issue Jul 9, 2021 · 0 comments
Open

Saving a record should save unsaved resources #77

bemky opened this issue Jul 9, 2021 · 0 comments
Assignees

Comments

@bemky
Copy link
Collaborator

bemky commented Jul 9, 2021

child = new Child({
  name: 'Jake'
  parent: new Parent({
    name: 'Rod'
  })
})

await child.save()
// Currently fails because Child cannot be saved if parent_id is null
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