From 7a796b4c0a2676ed385ed84598888c9e22cb1258 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Tue, 19 Aug 2014 15:58:56 +0900 Subject: [ci skip] config.active_record.errors_in_transactional_callbacks -> config.active_record.raise_in_transactional_callbacks --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') 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. -- cgit v1.2.3