diff --git a/guides/source/action_text_overview.md b/guides/source/action_text_overview.md index 6d398ffa49..9d384d282e 100644 --- a/guides/source/action_text_overview.md +++ b/guides/source/action_text_overview.md @@ -114,7 +114,7 @@ end ## Avoid N+1 queries -If you wish to preload the dependent `ActionText::RichText` model, you can use the named scope: +If you wish to preload the dependent `ActionText::RichText` model, assuming your rich text field is named 'content', you can use the named scope: ```ruby Message.all.with_rich_text_content # Preload the body without attachments.