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