class method
self.new
Ruby on Rails 5.2.8.1
Since v4.0.13Signature
self.new()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/filter_parameters.rb, line 34
def initialize
super
@filtered_parameters = nil
@filtered_env = nil
@filtered_path = nil
end
Defined in actionpack/lib/action_dispatch/http/filter_parameters.rb line 34
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::FilterParameters