From ac4597b802871160450117fc7b18aa6d15ab9b92 Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Wed, 3 Dec 2014 14:45:09 +0100 Subject: [PATCH] Fixed #1150. Added Queries to the Summary --- Documentation/Books/Users/Foxx/FoxxRepository.mdpp | 2 ++ Documentation/Books/Users/SUMMARY.md | 1 + 2 files changed, 3 insertions(+) diff --git a/Documentation/Books/Users/Foxx/FoxxRepository.mdpp b/Documentation/Books/Users/Foxx/FoxxRepository.mdpp index 0a5c2f73ca..acb9a39ff5 100644 --- a/Documentation/Books/Users/Foxx/FoxxRepository.mdpp +++ b/Documentation/Books/Users/Foxx/FoxxRepository.mdpp @@ -19,6 +19,8 @@ exports.repository = TodosRepository; You can define custom query methods using Foxx.createQuery and Foxx.Repository.extend. +For more details see the chapter on [Foxx Queries](../Foxx/FoxxQueries.md). + *Examples* Making a simple query in the repository and using it from the controller: diff --git a/Documentation/Books/Users/SUMMARY.md b/Documentation/Books/Users/SUMMARY.md index bc10d32421..fa612f9628 100644 --- a/Documentation/Books/Users/SUMMARY.md +++ b/Documentation/Books/Users/SUMMARY.md @@ -108,6 +108,7 @@ * [FoxxController](Foxx/FoxxController.md) * [FoxxModel](Foxx/FoxxModel.md) * [FoxxRepository](Foxx/FoxxRepository.md) + * [Foxx Queries](Foxx/FoxxQueries.md) * [Deploying Applications](Foxx/DeployingAnApplication.md) * [Developing Applications](Foxx/DevelopingAnApplication.md) * [Dependency Injection](Foxx/FoxxInjection.md)