filter(params)
Mask value of params if key matches one of filters.
# File activesupport/lib/active_support/parameter_filter.rb, line 43 def filter(params) compiled_filter.call(params) end