instance method
rack_key_for
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v7.0.10 Private — implementation detail, not part of the public APISignature
rack_key_for(key)
No documentation comment.
Parameters
-
keyreq
Source
# File actionpack/lib/action_controller/renderer.rb, line 107
def rack_key_for(key); RACK_KEY_TRANSLATION[key]; end
Defined in actionpack/lib/action_controller/renderer.rb line 107
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Renderer