instance method
make_params
Ruby on Rails 8.0.4
Since v8.0.4 PrivateAvailable in: v8.0.4 v8.1.2
Signature
make_params()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/param_builder.rb, line 162
def make_params
ActiveSupport::HashWithIndifferentAccess.new
end
Defined in actionpack/lib/action_dispatch/http/param_builder.rb line 162
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ParamBuilder