Module Rack::Typhoeus::Middleware::ParamsDecoder::Helper
In: lib/rack/typhoeus/middleware/params_decoder/helper.rb

Methods

Public Instance methods

Recursively decodes Typhoeus encoded arrays in given Hash.

@param hash [Hash]. This Hash will be modified!

@return [Hash] Hash with properly decoded nested arrays.

Recursively decodes Typhoeus encoded arrays in given Hash.

@example Use directly in a Rails controller.

   class ApplicationController
      before_filter :decode_typhoeus_arrays
   end

@author Dwayne Macgowan

[Validate]