method

rack_key_for

rails latest stable - Class: ActionController::Renderer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

rack_key_for(key)
private

No documentation available.

# File actionpack/lib/action_controller/renderer.rb, line 126
      def rack_key_for(key)
        RACK_KEY_TRANSLATION[key] || key.to_s
      end