Method: ActionDispatch::RequestEncoder#encode_params
- Defined in:
- lib/action_dispatch/testing/request_encoder.rb
#encode_params(params) ⇒ Object
38 39 40 |
# File 'lib/action_dispatch/testing/request_encoder.rb', line 38 def encode_params(params) @param_encoder.call(params) if params end |