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