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