Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 12, 2024
1 parent 4399510 commit 5838216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![CI](https://github.com/keygen-sh/union_of/actions/workflows/test.yml/badge.svg)](https://github.com/keygen-sh/union_of/actions)
[![Gem Version](https://badge.fury.io/rb/union_of.svg)](https://badge.fury.io/rb/union_of)

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.
Use `union_of` to create associations that combine multiple Active Record
associations using a SQL `UNION` under the hood. `union_of` fully supports
joins, preloading, and eager loading, as well as 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 5838216

Please sign in to comment.