Skip to content

Commit 4de789e

Browse files
committed
small fixes
1 parent 8895224 commit 4de789e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/interact-data/specify-query.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,6 @@ and returns a newly persisted one.
632632
The following code demonstrates how to use the ``find_or_create_by()``
633633
method:
634634

635-
The following code demonstrates how to use the ``find_by()`` method:
636-
637635
.. literalinclude:: /includes/interact-data/query.rb
638636
:start-after: start-query-find-or-create
639637
:end-before: end-query-find-or-create
@@ -906,4 +904,4 @@ To learn how to modify how {+odm+} returns results to you, see
906904
:ref:`mongoid-data-modify-results`.
907905

908906
To learn more about defining scopes on your models, see
909-
:ref:`source/interact-data/scoping.txt`.
907+
:ref:`mongoid-data-scoping`.

0 commit comments

Comments
 (0)