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