instance method
headers
Ruby on Rails edge
Since v7.1.6Delegates to ActionDispatch::Response#headers.
Source
# File actionpack/lib/action_controller/metal.rb, line 213
delegate :headers, to: "@_response"
Defined in actionpack/lib/action_controller/metal.rb line 213
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Metal