Skip to content

Commit

Permalink
Fix link in Active Record Associations guide [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Nov 28, 2024
1 parent 5ad14d1 commit a572c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/association_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ instructed otherwise.
If you're working with composite primary keys in your Rails models and need to
ensure the correct handling of associations, please refer to the [Associations
section of the Composite Primary Keys
guide](active_record_composite_primary_keys#associations-between-models-with-composite-primary-keys).
guide](active_record_composite_primary_keys.html#associations-between-models-with-composite-primary-keys).
This section provides comprehensive guidance on setting up and using
associations with composite primary keys in Rails, including how to specify
composite foreign keys when necessary.
Expand Down

0 comments on commit a572c55

Please sign in to comment.