diff options
author | Jake Worth <jakeworth82@gmail.com> | 2015-10-31 11:52:39 -0500 |
---|---|---|
committer | Jake Worth <jakeworth82@gmail.com> | 2015-10-31 11:52:39 -0500 |
commit | 1c44d968679674efa61073b42737e1f1efea7f97 (patch) | |
tree | 683229cf290fd13f1ccdcd1ea0db3cc466f4912c /guides | |
parent | 53ac41e48b7c5ff4947f8aec0826bb7f6332f626 (diff) | |
download | rails-1c44d968679674efa61073b42737e1f1efea7f97.tar.gz rails-1c44d968679674efa61073b42737e1f1efea7f97.tar.bz2 rails-1c44d968679674efa61073b42737e1f1efea7f97.zip |
Fix double word 'be' [ci skip]
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 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 |