method
new
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Http::FilterParameters
new()public
No documentation available.
# File actionpack/lib/action_dispatch/http/filter_parameters.rb, line 34
def initialize
super
@filtered_parameters = nil
@filtered_env = nil
@filtered_path = nil
end