mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix spelling of whether to fix the CI
This commit is contained in:
parent
7bcfe447eb
commit
6ec0a974ee
1 changed files with 2 additions and 2 deletions
|
@ -58,5 +58,5 @@
|
|||
|
||||
# Disable partial inserts.
|
||||
# This default means that all columns will be referenced in INSERT queries
|
||||
# regardless of wether they have a default or not.
|
||||
# Rails.application.config.active_record.partial_inserts = false
|
||||
# regardless of whether they have a default or not.
|
||||
# Rails.application.config.active_record.partial_inserts = false
|
||||
|
|
Loading…
Reference in a new issue