Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed May 17, 2023
1 parent 9b4c354 commit 1cfb6d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ export default class IndexRoute extends Route {
```
**importData(store, content, options)**
`store` the ember data store
`content` can be a JSON API compliant object or a JSON string
Expand All @@ -457,6 +458,7 @@ export default class IndexRoute extends Route {
- `truncate` Boolean (default `true`) if `true` the existing data gets replaced.
**exportData(store, types, options)**
`store` the ember data store
`types` Array of types to export. The types must be pluralized.
Expand Down

0 comments on commit 1cfb6d5

Please sign in to comment.