aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-09-04 22:53:45 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-09-04 22:53:45 -0500
commit9f52f04b5a81e1092cfcc9c0a400813e27b4d1a1 (patch)
tree8840feccf52127114fd1c264bed92ab96768eeec
parent4d8523c382736c18c11a072a1ab2a892cc1a6c1f (diff)
parent8f87a5419902b0f40b1e053ffce339247b65e49e (diff)
downloadrails-9f52f04b5a81e1092cfcc9c0a400813e27b4d1a1.tar.gz
rails-9f52f04b5a81e1092cfcc9c0a400813e27b4d1a1.tar.bz2
rails-9f52f04b5a81e1092cfcc9c0a400813e27b4d1a1.zip
Merge pull request #16809 from akshay-vishnoi/for_not_to_do_not
Cover all cases of `For not` --> `Do not`, related to #16804
-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.