From 534739eaa0f5619c08abc2b8594e598f033bfdc9 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Tue, 25 Jul 2023 11:45:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6486cb2..dedb376 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,8 @@ Discard takes a different approach. It doesn't override any ActiveRecord methods and instead simply provides convenience methods and scopes for discarding (hiding), restoring, and querying records. +You can find more information about the history and purpose of Discard in [this blog post](https://supergood.software/introduction-to-discard/). + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.