method
action_encoding_template
v7.0.0 -
Show 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 94
def self.action_encoding_template(request, controller, action) # :nodoc:
request.controller_class_for(controller).action_encoding_template(action)
rescue MissingController
nil
end