Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created September 22, 2014 14:11
Show Gist options
  • Save lukaszkorecki/b771fece84d126ae60af to your computer and use it in GitHub Desktop.
Save lukaszkorecki/b771fece84d126ae60af to your computer and use it in GitHub Desktop.
module ActionDispatch
class Response
def json_body
JSON.parse(body)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment