r.db(_this.database).table(model).update(data).run()
        .catch(cb)
        .then(function() {
            return data;
        })