instance method
response_parser
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
response_parser()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/testing/request_encoder.rb, line 14
def response_parser; -> body { body }; end
Defined in actionpack/lib/action_dispatch/testing/request_encoder.rb line 14
· View on GitHub
· Improve this page
· Find usages on GitHub