dotledger/dotledger

View on GitHub
app/assets/javascripts/dot_ledger/models/account.js

Summary

Maintainability
A
35 mins
Test Coverage
DotLedger.module('Models', function () {
  this.Account = this.Base.extend({
    urlRoot: '/api/accounts'
  });
});