Skip to content

Commit

Permalink
GITBOOK-19: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbook-bot committed Aug 18, 2024
1 parent ac37cce commit 0747619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/active-record-with-cql/belongsto.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ In this guide, we’ve covered the basics of the `belongs_to` relationship in CQ
* Created the corresponding models, specifying the `belongs_to` relationship in the `Comment` model.
* Showed how to create and query records using the `belongs_to` association.

#### Next Steps
### Next Steps

In the next guides, we'll build on this ERD and introduce other types of relationships like `has_one`, `has_many`, and `many_to_many`. Stay tuned for the next part where we'll cover the `has_many` relationship!

Expand Down

0 comments on commit 0747619

Please sign in to comment.