From 6ec081358794b9680781877b6f2f39e8ce235973 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 ```