Skip to content

Commit cffbe26

Browse files
DOCSP-45367 Associations pt. 1 (#79)
1 parent 282344b commit cffbe26

File tree

5 files changed

+822
-0
lines changed

5 files changed

+822
-0
lines changed

source/data-modeling.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Model Your Data
1919
Field Behaviors </data-modeling/field-behaviors>
2020
Inheritance </data-modeling/inheritance>
2121
Document Validation </data-modeling/validation>
22+
Data Associations </data-modeling/associations>
2223
Optimize Queries With Indexes </data-modeling/indexes>
2324

2425
In this section, you can learn how to model data in {+odm+}.
@@ -38,5 +39,8 @@ In this section, you can learn how to model data in {+odm+}.
3839
- :ref:`mongoid-modeling-validation`: Learn how to create document
3940
validation rules for your model classes.
4041

42+
- :ref:`mongoid-associations`: Learn how to create and manage data
43+
associations in your model classes.
44+
4145
- :ref:`mongoid-optimize-queries-with-indexes`: Learn how to create and manage
4246
indexes for your model classes.

0 commit comments

Comments
 (0)