instance method
body
Ruby on Rails 4.2.9
Since v4.1.16 Last seen in v4.2.9Available in: v4.1.16 v4.2.9
Signature
body()
No documentation comment.
Source
# File actionpack/lib/action_controller/test_case.rb, line 287
def body
@body ||= super
end
Defined in actionpack/lib/action_controller/test_case.rb line 287
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::LiveTestResponse