module.exports = cdb.core.Model.extend({
  sync: function (method, model, options) {
    return Backbone.sync('update', model, options);
  },