Enable precompilation of filter_parameters
This commit is contained in:
parent
e331266687
commit
60d3448cef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue