Skip to content

Commit

Permalink
Merge branch 'master' of github.com:danielspaniel/ember-data-factory-guy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielspaniel committed Aug 15, 2018
2 parents 846a329 + be44fba commit 31203bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .bowerrc

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -433,6 +433,7 @@ the reverse user hasMany 'projects' association is being setup for you on the us
##### Setup hasMany associations in the Factory Definition

- using traits are the best practice
- Do not create `hasMany` records via the `default` section of the factory definition. Prefer traits to set up such associations. Creating them via the `default` section is known to cause some undefined behavior when using the `makeNew` API.

```javascript

Expand Down

0 comments on commit 31203bf

Please sign in to comment.