Skip to content

Commit 6ec0a97

Browse files
committed
Fix spelling of whether to fix the CI
1 parent 7bcfe44 commit 6ec0a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_0.rb.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858

5959
# Disable partial inserts.
6060
# This default means that all columns will be referenced in INSERT queries
61-
# regardless of wether they have a default or not.
62-
# Rails.application.config.active_record.partial_inserts = false
61+
# regardless of whether they have a default or not.
62+
# Rails.application.config.active_record.partial_inserts = false

0 commit comments

Comments
 (0)