method
action_encoding_template
rails latest stable - Class:
ActionDispatch::Request::Utils::CustomParamEncoder
action_encoding_template(request, controller, action)public
No documentation available.
# File actionpack/lib/action_dispatch/request/utils.rb, line 99
def self.action_encoding_template(request, controller, action) # :nodoc:
request.controller_class_for(controller).action_encoding_template(action)
rescue MissingController
nil
end