Guest User

Untitled

a guest
Oct 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # @api
  2. # POST /some/url
  3. #
  4. # This section of text describes what the endpoint does.
  5. # Include required params, examples, responses, errors, etc.
  6. def some_method
  7. render xml: Things.all
  8. end
Add Comment
Please, Sign In to add comment