Skip to content

Commit

Permalink
Merge pull request #76 from mattmcquinn/patch-1
Browse files Browse the repository at this point in the history
Update template.md
  • Loading branch information
ryanto authored Apr 8, 2019
2 parents baaf798 + ad5bd42 commit 4a9789c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Here are some patterns we recommend to make working with relationships more pred

## Explicitly loading related data

Storefront provides an expressive way to load related data from your models. To get started, you'll first need to add the `LoadableModel` mixin your models.
Storefront provides an expressive way to load related data from your models. To get started, you'll first need to add the `LoadableModel` mixin to your models.

```js
// models/post.js
Expand Down

0 comments on commit 4a9789c

Please sign in to comment.