instance method
filtered_parameters
Ruby on Rails 4.0.13
Since v3.0.20Signature
filtered_parameters()
Return a hash of parameters with all sensitive data replaced.
Source
# File actionpack/lib/action_dispatch/http/filter_parameters.rb, line 36
def filtered_parameters
@filtered_parameters ||= parameter_filter.filter(parameters)
end
Defined in actionpack/lib/action_dispatch/http/filter_parameters.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::FilterParameters