From fc643a2f03353b69c26545214d61005712ebfe19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gra=C3=A7a?= Date: Sun, 18 Nov 2018 17:51:22 +0000 Subject: [PATCH] Add link to API and Events from Model tutorial --- tutorials/models.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tutorials/models.md b/tutorials/models.md index 8c0391df..a674a04f 100644 --- a/tutorials/models.md +++ b/tutorials/models.md @@ -1 +1,10 @@ -Models are the backbone of Bookshelf. +Models are the backbone of Bookshelf. They encapsulate most of the functionality that you'll need to work with your +data. + +### Events + +There are several events fired by models at different stages of the query request process. For more information about +this see the {@tutorial events} guide. + +**Note**: This section of the documentation is still a WIP. For more in-depth information about models check out the +{@link Model API Reference}.