From ed50c1b94e172cadd518421a9187821066e06df4 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 13 May 2021 23:19:37 +0200 Subject: [PATCH] Update docs/en/02_Developer_Guides/00_Model/02_Relations.md Co-authored-by: Guy Marriott --- docs/en/02_Developer_Guides/00_Model/02_Relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/00_Model/02_Relations.md b/docs/en/02_Developer_Guides/00_Model/02_Relations.md index 36aecd129..e37b1a457 100644 --- a/docs/en/02_Developer_Guides/00_Model/02_Relations.md +++ b/docs/en/02_Developer_Guides/00_Model/02_Relations.md @@ -324,7 +324,7 @@ This is declared via array syntax, with the following keys on the many_many: - `from` Name of the has_one relationship pointing back at the object declaring many_many - `to` Name of the has_one relationship pointing to the object declaring belongs_many_many. -Just like in any normal DataObject, you can apply a default sort which will be applied when +Just like any normal DataObject, you can apply a default sort which will be applied when accessing many many through relations. Note: The `through` class must not also be the name of any field or relation on the parent