Fixed a bug where one of the parameters sent to a method was named
body. This was an issue as the body method is built into Rack and
was causing the application to become confused are fail on API calls.
Coverage remained the same at 52.189% when pulling bafc5700bc9091bd198ec542f0cf99da8a9e9c6e on fix_environment_cont into f80c0ec81ab1b91289b8155963970c9b1477c8c4 on master.
Fixed a bug where one of the parameters sent to a method was named
body
. This was an issue as thebody
method is built into Rack and was causing the application to become confused are fail on API calls.Updated and organized .gitignore.
Gemfile.lock updated as part of a bundle install