instance method
response_body
Ruby on Rails 8.0.4
Since v5.2.8.1Returns the body of the HTTP response sent by the controller.
Source
# File actionpack/lib/abstract_controller/base.rb, line 40
attr_internal :response_body
Defined in actionpack/lib/abstract_controller/base.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Base