Skip to content

Commit c628f77

Browse files
authored
Merge pull request rails#52023 from majidalaeinia/main
Resolve Typo
2 parents a6a840f + 5737cf9 commit c628f77

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
@@ -2975,7 +2975,7 @@ Delegated types solves this problem, via `delegated_type`.
29752975

29762976
In order to use delegated types, we have to model our data in a particular way. The requirements are as follows:
29772977

2978-
* There is a superclass that stores shared attributes among all subclasses in it's table.
2978+
* There is a superclass that stores shared attributes among all subclasses in its table.
29792979
* Each subclass must inherit from the super class, and will have a separate table for any additional attributes specific to it.
29802980

29812981
This eliminates the need to define attributes in a single table that are unintentionally shared among all subclasses.

0 commit comments

Comments
 (0)