dotledger/dotledger

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

Summary

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