Flowdock
method

action_encoding_template

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: CustomParamEncoder
action_encoding_template(request, controller, action) 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/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
Register or log in to add new notes.