From 38e3ec2eba9ae30c53be41fda657e652158b7f7f Mon Sep 17 00:00:00 2001 From: Jordan Hollinger Date: Mon, 10 Jun 2024 12:23:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a66bea5..0744407 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If you'd prefer to use `includes` or `eager_load` rather than `preload`, pass th ## Annotations -Some associations may be "hidden" inside methods or field blocks, requiring you to annotate your Blueprints. +Some associations may be "hidden" inside methods or field blocks, requiring you to annotate your Blueprints. You can annotate your blueprints with these associations so they don't get missed during preloading. ```ruby # Here is a model with some instance methods