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