1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix small grammar issue introduced in #26382

[ci skip]
This commit is contained in:
Jon Moss 2016-09-16 18:24:24 -04:00
parent 84650022d5
commit cd6605438d

View file

@ -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