lib/tickethub/request.rb in tickethub-0.3.52 vs lib/tickethub/request.rb in tickethub-0.3.53

- old
+ new

@@ -71,10 +71,10 @@ query_path end def encoded? - [:post, :put].include?(method) + [:post, :patch].include?(method) end def encoded params.any? ? format.encode(params) : body end \ No newline at end of file