diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md index c8827be498..49add3066f 100644 --- a/guides/source/active_record_querying.md +++ b/guides/source/active_record_querying.md @@ -1719,6 +1719,7 @@ FROM books INNER JOIN authors ON authors.id = books.author_id WHERE books.title = $1 [["title", "Abstraction and Specification in Program Development"]] +LIMIT 1 ``` NOTE: Note that if a query matches multiple records, `find_by` will