Skip to content

Commit

Permalink
Documentation in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Jul 21, 2024
1 parent cfd55d1 commit 219efe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
- [Has Many](#has-many)
- [Has Many Through](#has-many-through-aka-many-to-many)
- [Relationship Definition Code Samples](#relationship-definition-code-samples)
- [Option 1: define the relationships for each instance after creating each instance](#option-1-define-the-relationships-for-each-instance-after-creating-each-instance)
- [Option 2: define the relationships inside the constructor of each Model Class](#option-2-define-the-relationships-inside-the-constructor-of-each-model-class)
- [Accessing Related Data Code Samples](#accessing-related-data-code-samples)
- [Query Logging](#query-logging)

Expand Down

0 comments on commit 219efe4

Please sign in to comment.