class Restforce::Concerns::BatchAPI::Subrequests
def create(sobject, attrs)
def create(sobject, attrs) requests << { method: 'POST', url: batch_api_path(sobject), richInput: attrs } end
def create(sobject, attrs) requests << { method: 'POST', url: batch_api_path(sobject), richInput: attrs } end