instance method
filtered_env
Ruby on Rails 3.0.20
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 35
def filtered_env
@filtered_env ||= env_filter.filter(@env)
end
Defined in actionpack/lib/action_dispatch/http/filter_parameters.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::FilterParameters