Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 16, 2024
1 parent 98a52b5 commit d863bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Book.includes(:contributors)

Right now, the underlying table and model for each unioned association must
match. We'd like to change that in the future. Originally, `union_of` was
defined to make migrating from a has-one relationship to a many-to-many
created to make migrating from a one-to-many relationship to a many-to-many
relationship easier and safer, while retaining backwards compatibility.

There is support for complex unions as well, e.g. a union made up of direct and
Expand Down

0 comments on commit d863bd6

Please sign in to comment.