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