lib/kintone/command/records.rb in kintone-0.1.0 vs lib/kintone/command/records.rb in kintone-0.1.1
- old
+ new
@@ -23,9 +23,8 @@
@api.put(@url, app: app, records: records.to_kintone)
end
def delete(app, ids)
params = { app: app, ids: ids }
- # ids.each_with_index { |v, i| params["ids[#{i}]"] = v }
@api.delete(@url, params)
end
end