Skip to content

Commit

Permalink
Add link to API and Events from Model tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardograca committed Nov 18, 2018
1 parent 226c0b4 commit fc643a2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 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}.

0 comments on commit fc643a2

Please sign in to comment.