mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Discourage << as public API, much less config
This commit is contained in:
@@ -50,6 +50,6 @@ module <%= app_const_base %>
|
||||
config.encoding = "utf-8"
|
||||
|
||||
# Configure sensitive parameters which will be filtered from the log file.
|
||||
config.filter_parameters << :password
|
||||
config.filter_parameters += [:password]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user