dotledger/dotledger

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

Summary

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