diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2014-09-27 12:45:44 +0100 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2014-09-27 12:45:44 +0100 |
commit | d13b75bc2647699e5d82a246d17ca9513baf8d9e (patch) | |
tree | 4d2156006261b54be77b79d670179da1ecbb94a4 /guides/source | |
parent | 6a5ee60e3b17be52d45d1a6bea39ba6a4f1e4271 (diff) | |
parent | 04cced06fa6fcd463645724ecc1f92d067209961 (diff) | |
download | rails-d13b75bc2647699e5d82a246d17ca9513baf8d9e.tar.gz rails-d13b75bc2647699e5d82a246d17ca9513baf8d9e.tar.bz2 rails-d13b75bc2647699e5d82a246d17ca9513baf8d9e.zip |
Merge pull request #17082 from prathamesh-sonpatki/fix-typo-in-upgrading-guide
Fix typo in upgrading guide
Diffstat (limited to 'guides/source')
-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 ca1a0b1494..7267ef1b4f 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -111,7 +111,7 @@ Record callbacks. 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 +you are ready, you can opt into the new behavior and remove the deprecation warning by adding following configuration to your `config/application.rb`: |