diff options
author | Arun Agrawal <arunagw@gmail.com> | 2015-10-31 17:55:11 +0100 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2015-10-31 17:55:11 +0100 |
commit | e913834e92845b09c2e5be6394b63702c538764b (patch) | |
tree | 683229cf290fd13f1ccdcd1ea0db3cc466f4912c | |
parent | 53ac41e48b7c5ff4947f8aec0826bb7f6332f626 (diff) | |
parent | 1c44d968679674efa61073b42737e1f1efea7f97 (diff) | |
download | rails-e913834e92845b09c2e5be6394b63702c538764b.tar.gz rails-e913834e92845b09c2e5be6394b63702c538764b.tar.bz2 rails-e913834e92845b09c2e5be6394b63702c538764b.zip |
Merge pull request #22140 from jwworth/pull-request/fix-double-word
Fix double word 'be' [ci skip]
-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 490bda3571..1fe95c3422 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -1090,7 +1090,7 @@ config.active_record.auto_explain_threshold_in_seconds = 0.5 ### config/environments/test.rb -The `mass_assignment_sanitizer` configuration setting should also be be added to `config/environments/test.rb`: +The `mass_assignment_sanitizer` configuration setting should also be added to `config/environments/test.rb`: ```ruby # Raise exception on mass assignment protection for Active Record models |