]> git.openstreetmap.org Git - rails.git/commitdiff
Enable precompilation of filter_parameters
authorTom Hughes <tom@compton.nu>
Thu, 26 Oct 2023 21:44:02 +0000 (22:44 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 26 Oct 2023 21:44:02 +0000 (22:44 +0100)
config/initializers/new_framework_defaults_7_1.rb

index 846ac7bb00bb755c8af19a64aa2f70eac27b833b..955125fea012eb47f95e0b34d851d7b5d0f324fb 100644 (file)
@@ -143,7 +143,7 @@ Rails.application.config.active_record.raise_on_assign_to_attr_readonly = true
 
 # Enable precompilation of `config.filter_parameters`. Precompilation can
 # improve filtering performance, depending on the quantity and types of filters.
-Rails.application.config.precompile_filter_parameters = true
+Rails.application.config.precompile_filter_parameters = true
 
 # Enable before_committed! callbacks on all enrolled records in a transaction.
 # The previous behavior was to only run the callbacks on the first copy of a record