diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-09-08 23:32:15 -0700 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-09-08 23:32:15 -0700 |
commit | c563656a48b81bbbf13b2c6e336af71f38434c77 (patch) | |
tree | c5d381410ae03e27c6c5b8818a88bdfe5e9518bd /guides | |
parent | 44a9028f85a1d4f1a8ed3f318feb78dd352d6028 (diff) | |
download | rails-c563656a48b81bbbf13b2c6e336af71f38434c77.tar.gz rails-c563656a48b81bbbf13b2c6e336af71f38434c77.tar.bz2 rails-c563656a48b81bbbf13b2c6e336af71f38434c77.zip |
:scissors: "now" [ci skip]
minor fix for #16846
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index e5abdaf518..0111809cfb 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -73,7 +73,7 @@ the logs. In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. -When you define a `after_rollback` or `after_commit` callback now, you +When you define a `after_rollback` or `after_commit` callback, you will receive a deprecation warning about this upcoming change. When you are ready, you can opt into the new behvaior and remove the deprecation warning by adding following configuration to your |