From 011ae41982b7e002f50c126bd4a3124c1f9d798b Mon Sep 17 00:00:00 2001 From: Guillaume Briday <8252238+guillaumebriday@users.noreply.github.com> Date: Thu, 23 Dec 2021 17:20:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ffc9231..58ecd407 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ Setting this configuration value to `false` will disable the schema presence che ```ruby Apartment.configure do |config| - tenant_presence_check = false + config.tenant_presence_check = false end ```