Skip to content

Commit

Permalink
add note on through-union associations
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 12, 2024
1 parent 4399510 commit 666d006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 666d006

Please sign in to comment.