Discourage << as public API, much less config

This commit is contained in:
Jeremy Kemper
2010-04-09 09:22:16 -07:00
parent 19e6006636
commit ea6a67cbdf

View File

@@ -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