Skip to content

Commit

Permalink
Tweak to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Oct 16, 2024
1 parent 044077d commit 765a419
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 'Quo' query objects for ActiveRecord

> Note: these docs are for pre-V1 and need updating. I'm working on it!
Quo query objects can help you abstract ActiveRecord DB queries into reusable and composable objects with a chainable
interface.

Expand Down Expand Up @@ -341,11 +343,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/steveg

## Inspired by `rectify`

Note this implementation is loosely based on that in the `Rectify` gem; https://github.com/andypike/rectify.

See https://github.com/andypike/rectify#query-objects for more information.

Thanks to Andy Pike for the inspiration.
Note this implementation is inspired by the `Rectify` gem; https://github.com/andypike/rectify. Thanks to Andy Pike for the inspiration.

## License

Expand Down

0 comments on commit 765a419

Please sign in to comment.