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