aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2015-11-17 15:46:31 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2015-11-17 15:46:31 +0000
commit32a8cd961eec840f31e6d60948756070d188c2b4 (patch)
tree639c861d9a3e22136c22735a684ffe066e749356 /activerecord
parent939f2c8c81733d4cff5c23a737f243d0c45a9afc (diff)
downloadrails-32a8cd961eec840f31e6d60948756070d188c2b4.tar.gz
rails-32a8cd961eec840f31e6d60948756070d188c2b4.tar.bz2
rails-32a8cd961eec840f31e6d60948756070d188c2b4.zip
Fix incorrect issue number [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 7a5b55d5a6..2461dd517b 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,6 @@
* Except keys of `build_record`'s argument from `create_scope` in `initialize_attributes`.
- Fixes #22101.
+ Fixes #21893.
*Yuichiro Kaneko*