diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 372f4e210f..74f802f3f7 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -12,7 +12,7 @@ Example: # For not swallow errors in after_commit/after_rollback callbacks. - config.active_record.errors_in_transactional_callbacks = true + config.active_record.raise_in_transactional_callbacks = true Fixes #13460. |