method

rack_value_for

rack_value_for(key, value)
private

No documentation available.

# File actionpack/lib/action_controller/renderer.rb, line 126
      def rack_value_for(key, value)
        RACK_VALUE_TRANSLATION.fetch(key, IDENTITY).call value
      end