Skip to content

Commit cef9cdb

Browse files
authored
Merge pull request rails#53773 from fatkodima/fix-link-in-associations-guides
Fix link in Active Record Associations guide [skip ci]
2 parents 5ad14d1 + a572c55 commit cef9cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/association_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ instructed otherwise.
16601660
If you're working with composite primary keys in your Rails models and need to
16611661
ensure the correct handling of associations, please refer to the [Associations
16621662
section of the Composite Primary Keys
1663-
guide](active_record_composite_primary_keys#associations-between-models-with-composite-primary-keys).
1663+
guide](active_record_composite_primary_keys.html#associations-between-models-with-composite-primary-keys).
16641664
This section provides comprehensive guidance on setting up and using
16651665
associations with composite primary keys in Rails, including how to specify
16661666
composite foreign keys when necessary.

0 commit comments

Comments
 (0)