You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notices the documentation for how to use the body method of an action had a comment about generating a response body. Looking at the code this method appears to be used to generate the request body.
body { |object| DropletMapping.representation_for(:create, object) } # Generate a response body from a passed object
Is this comment correct or should it say something more on the lines of Generate a request body...
The text was updated successfully, but these errors were encountered:
I notices the documentation for how to use the body method of an action had a comment about generating a response body. Looking at the code this method appears to be used to generate the request body.
Is this comment correct or should it say something more on the lines of
Generate a request body...
The text was updated successfully, but these errors were encountered: