From 3159041fa098b2250f6375df2360cd6bb7c44db9 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Mon, 28 Oct 2019 13:21:24 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aa4e9d6..e8e6dde 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,12 @@ end * Recursive discards (like AR's dependent: destroy) - This can be avoided using queries (See "Working with associations") or emulated using callbacks. * Recursive restores - This concept is fundamentally broken, but not necessary if the recursive discards are avoided. +## Extensions + +Discard provides the smallest subset of soft-deletion features that we think are useful to all users of the gem. We welcome the addition of gems that work with Discard to provide additional features. + +- [discard-rails-observers](https://github.com/pelargir/discard-rails-observers) integrates discard with the [rails-observers gem](https://github.com/rails/rails-observers) + ## Why not paranoia or acts_as_paranoid? I've worked with and have helped maintain