Flowdock
method

action_encoding_template

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ClassMethods
action_encoding_template(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_controller/metal/parameter_encoding.rb, line 18
      def action_encoding_template(action) # :nodoc:
        if @_parameter_encodings.has_key?(action.to_s)
          @_parameter_encodings[action.to_s]
        end
      end
Register or log in to add new notes.