aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-09-16 21:23:43 -0300
committerGitHub <noreply@github.com>2016-09-16 21:23:43 -0300
commit4a727ea0a558b3df891d4deb032f76637d1c7877 (patch)
treee28af26b5b86bde40b86d1e82f2839a5fa7a6cc0 /guides
parent84650022d574d24d6adea6ad941ec3ca57d2a2f0 (diff)
parentcd6605438dd1c765d206ff4bd54ea2d33884821d (diff)
downloadrails-4a727ea0a558b3df891d4deb032f76637d1c7877.tar.gz
rails-4a727ea0a558b3df891d4deb032f76637d1c7877.tar.bz2
rails-4a727ea0a558b3df891d4deb032f76637d1c7877.zip
Merge pull request #26523 from maclover7/jm-grammar-26382
Fix small grammar issue introduced in #26382
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_0_release_notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 6538629972..42971598ba 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -802,7 +802,8 @@ Please refer to the [Changelog][active-record] for detailed changes.
were getting rescued and printed in the logs, unless you used
the (newly deprecated) `raise_in_transactional_callbacks = true` option.
- Now these errors are not rescued anymore and just bubble up, as the other callbacks.
+ Now these errors are not rescued anymore and just bubble up, matching the
+ behavior of other callbacks.
([commit](https://github.com/rails/rails/commit/07d3d402341e81ada0214f2cb2be1da69eadfe72))
Active Model