Skip to content

Commit 023608c

Browse files
author
Fabien MICHEL
committed
Fix mistake
1 parent 8e690ae commit 023608c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ grandparent.self_and_descendants.collect(&:name)
158158
=> ["Grandparent", "Parent", "First Child", "Second Child", "Third Child", "Fourth Child"]
159159
160160
child1.ancestry_path
161-
=> ["Grandparent", "Parent", "First Child", "Fourth Child"]
161+
=> ["Grandparent", "Parent", "First Child"]
162162
```
163163
164164
### find_or_create_by_path

0 commit comments

Comments
 (0)