aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-09-05 09:21:30 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-09-05 09:21:30 +0530
commit8f87a5419902b0f40b1e053ffce339247b65e49e (patch)
tree8840feccf52127114fd1c264bed92ab96768eeec /activerecord
parent4d8523c382736c18c11a072a1ab2a892cc1a6c1f (diff)
downloadrails-8f87a5419902b0f40b1e053ffce339247b65e49e.tar.gz
rails-8f87a5419902b0f40b1e053ffce339247b65e49e.tar.bz2
rails-8f87a5419902b0f40b1e053ffce339247b65e49e.zip
cover all cases of `For not` --> `Do not`, related to #16804
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 be47ef75e7..a19e9654bf 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -49,7 +49,7 @@
Example:
- # For not swallow errors in after_commit/after_rollback callbacks.
+ # Do not swallow errors in after_commit/after_rollback callbacks.
config.active_record.raise_in_transactional_callbacks = true
Fixes #13460.