Skip to content

Commit

Permalink
Missing end to code block in 7_0_release_notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Feb 4, 2023
1 parent 10c5fd9 commit 1c82b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/source/7_0_release_notes.md
Expand Up @@ -213,6 +213,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
# Rails 7.0 (same behavior with IN clause, mergee side condition is consistently replaced)
Author.where(id: [david.id, mary.id]).merge(Author.where(id: bob)) # => [bob]
Author.where(id: david.id..mary.id).merge(Author.where(id: bob)) # => [bob]
```

Active Storage
--------------
Expand Down

0 comments on commit 1c82b8f

Please sign in to comment.