From 904b3844210dff3b28be24173533ea93d9bfa129 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Thu, 15 Aug 2024 21:49:55 -0500 Subject: [PATCH] fix wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7573853..7879f80 100644 --- a/README.md +++ b/README.md @@ -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 +defined 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