method
rack_key_for
v5.1.7 -
Show latest stable
- Class:
ActionController::Renderer
rack_key_for(key)private
No documentation available.
# File actionpack/lib/action_controller/renderer.rb, line 107
def rack_key_for(key)
RACK_KEY_TRANSLATION.fetch(key, key.to_s)
end