DotLedger.module('Models', function () {
  this.Category = this.Base.extend({
    urlRoot: '/api/categories'
  });
});