Flowdock
method

encode_params

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: RequestEncoder
encode_params(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/testing/request_encoder.rb, line 36
    def encode_params(params)
      @param_encoder.call(params) if params
    end
Register or log in to add new notes.