From 666d006914684da05b306788bcd64d7c5ba91f8b Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Mon, 12 Aug 2024 16:16:44 -0500 Subject: [PATCH] add note on through-union associations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8eb288..ce17ca2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Use `union_of` to create unions of other associations in Active Record, using a SQL `UNION` under the hood. `union_of` has full support for joins, preloading, -and eager loading of union associations. +and eager loading of union associations, as well as support for through-union +associations. This gem was extracted from [Keygen](https://keygen.sh) and is being used in production to serve millions of API requests per day.