Method: ActionDispatch::Request::Utils::CustomParamEncoder.encode
- Defined in:
- lib/action_dispatch/request/utils.rb
.encode(request, params, controller, action) ⇒ Object
101 102 103 104 |
# File 'lib/action_dispatch/request/utils.rb', line 101 def self.encode(request, params, controller, action) encoding_template = action_encoding_template(request, controller, action) encode_for_template(params, encoding_template) end |