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