Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollinger authored Jun 10, 2024
1 parent 38e3ec2 commit bbf3c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. You can annotate your blueprints with these associations so they don't get missed during preloading.
Some associations may be "hidden" inside methods or field blocks, preventing them from being found for preloading. You can annotate your blueprints with these associations so they don't get missed.

```ruby
# Here is a model with some instance methods
Expand Down

0 comments on commit bbf3c0a

Please sign in to comment.