From 9133adfc442a63986743f05f3f5d7664cc56e3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B4natas=20Davi=20Paganini?= Date: Thu, 21 Jan 2016 13:58:00 -0200 Subject: [PATCH] attrs doesn't exist, using options instead --- lib/pipedrive/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pipedrive/base.rb b/lib/pipedrive/base.rb index 9a0adb0..dfb7285 100644 --- a/lib/pipedrive/base.rb +++ b/lib/pipedrive/base.rb @@ -94,7 +94,7 @@ def all(response = nil, options={},get_absolutely_all=false) end data else - bad_response(res,attrs) + bad_response(res,options) end end