Flowdock
method

handle_array

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ParamEncoder
handle_array(params) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/request/utils.rb, line 67
        def self.handle_array(params)
          params.map! { |el| normalize_encode_params(el) }
        end
Register or log in to add new notes.