Skip to content

Commit 869459e

Browse files
authored
Merge pull request rails#49497 from Earlopain/extraneous-whitespace
Remove extraneous whitespace from filter parameter template
2 parents 034802f + 8ed5408 commit 869459e

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/filter_parameter_logging.rb.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Be sure to restart your server when you modify this file.
22

3-
# Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file.
4-
# Use this to limit dissemination of sensitive information.
3+
# Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file.
4+
# Use this to limit dissemination of sensitive information.
55
# See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
66
Rails.application.config.filter_parameters += [
77
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn

0 commit comments

Comments
 (0)