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