Skip to content

Commit

Permalink
Fix ident typo in INTRODUCTION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLap committed Oct 31, 2019
1 parent ebc6dc4 commit 4b4f626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INTRODUCTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ where_assoc_exists(:comments) {
# Imagine the `Comment` model has a scope `old`
where_assoc_exists(:comments) { |comments_scope|
comments_scope.old
}
}
# Now those are short and clear:
where_assoc_exists(:comments) { old }
where_assoc_exists(:comments, &:old)
Expand Down

0 comments on commit 4b4f626

Please sign in to comment.