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