1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Insert space before opening parenthesis [ci-skip]

Follow-up to #44388.
This commit is contained in:
Jonathan Hefner 2022-02-10 12:09:58 -06:00
parent e42e60e4c4
commit 0f3642596f
2 changed files with 6 additions and 6 deletions

View file

@ -1176,9 +1176,9 @@ config.filter_parameters << :password
NOTE: Provided parameters will be filtered out by partial matching regular
expression. Rails adds a list of default filters, including `:passw`,
`:secret`, and `:token`, in the appropriate
initializer(`initializers/filter_parameter_logging.rb`), to handle typical
application parameters like `password`, `password_confirmation` and `my_token`.
`:secret`, and `:token`, in the appropriate initializer
(`initializers/filter_parameter_logging.rb`) to handle typical application
parameters like `password`, `password_confirmation` and `my_token`.
### Redirects Filtering

View file

@ -512,9 +512,9 @@ config.filter_parameters << :password
NOTE: Provided parameters will be filtered out by partial matching regular
expression. Rails adds a list of default filters, including `:passw`,
`:secret`, and `:token`, in the appropriate
initializer(`initializers/filter_parameter_logging.rb`), to handle typical
application parameters like `password`, `password_confirmation` and `my_token`.
`:secret`, and `:token`, in the appropriate initializer
(`initializers/filter_parameter_logging.rb`) to handle typical application
parameters like `password`, `password_confirmation` and `my_token`.
### Regular Expressions