Merge pull request #348 from strongloop/feature/deprecate-app-boot

Mark `app.boot` as deprecated.
This commit is contained in:
Miroslav Bajtoš 2014-06-25 17:27:07 +02:00
commit 1dc3fba786
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@ app.model = function (Model, config) {
/**
* Get the models exported by the app. Returns only models defined using `app.model()`
*
* **Deprecated. Use the package
* [loopback-boot](https://github.com/strongloop/loopback-boot) instead.**
* There are two ways to access models:
*
* 1. Call `app.models()` to get a list of all models.