From bfa36d485c656f6ab11f5e81d480c4086f687d44 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Wed, 5 Jun 2024 16:25:59 -0400 Subject: [PATCH] We no longer use Google Groups for discussions Contributors should simply use GitHub Issues instead --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e15ab68..d1bc6650 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Clean your ActiveRecord databases with Database Cleaner. See https://github.com/DatabaseCleaner/database_cleaner for more information. -For support or to discuss development please use the [Google Group](https://groups.google.com/group/database_cleaner). +For support or to discuss development please use GitHub Issues. ## Installation @@ -97,7 +97,7 @@ You can also add this parameter to your database.yml file: test: adapter: postgresql # ... - min_messages: WARNING + min_messages: WARNING ## COPYRIGHT