mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix double word 'be' [ci skip]
This commit is contained in:
parent
53ac41e48b
commit
1c44d96867
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue