Upgrade to rails 7.2.0

This commit is contained in:
2024-08-11 13:22:25 +02:00
parent 5f08154789
commit 8b066d0aed
30 changed files with 401 additions and 182 deletions

View File

@@ -4,5 +4,5 @@
# Use this to limit dissemination of sensitive information.
# See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
Rails.application.config.filter_parameters += [
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
]