1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

unify wording in Active Record CHANGELOG. [ci skip]

This commit is contained in:
Yves Senn 2014-09-17 11:25:30 +02:00
parent c1ab07cd91
commit 6d8221323f

View file

@ -16,7 +16,7 @@
* A `NullRelation` should represent nothing. This fixes a bug where
`Comment.where(post_id: Post.none)` returned a non-empty result.
Closes #15176.
Fixes #15176.
*Matthew Draper*, *Yves Senn*