From 2ee11cd0b7d9cc4372bed379fe76e5685377b515 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 25 Mar 2024 14:14:03 +0100 Subject: [PATCH] Fix a typo in automatically_invert_plural_associations documentation --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index c57a4659bbc..b0dcb1bf019 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -1074,7 +1074,7 @@ With this option enabled, it will also look for a `:comments` association. In th having the inverse association discovered is beneficial as it can prevent some useless queries, but it may cause backward compatibility issues with legacy code that doesn't expect it. -This behavior can be disable on a per-model basis: +This behavior can be disabled on a per-model basis: ```ruby