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 5a0ad31 commit 38e3ec2
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.
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
Expand Down

0 comments on commit 38e3ec2

Please sign in to comment.