Commit 3ea966da authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

Fix bug

parent 7d3c0c64
......@@ -123,7 +123,7 @@ module Wedoops
response=self.class.post("/coql",options)
#response=self.class.post("/coql?scope=ZohoCRM.modules.ALL,ZohoCRM.coql.read",options)
@logger.debug("#{__method__}:#{response.request.last_uri.to_s}")
return manage_response(response,{:metod=>__method__,:parameters => method(__method__).parameters.map { |arg| arg[1].to_s }})
return manage_response(response,{:method=>__method__,:parameters => method(__method__).parameters.map { |arg| arg[1].to_s }})
end
def query_all(coql,params={})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment