dotledger/dotledger

View on GitHub
app/assets/javascripts/dot_ledger/collections/payments.js

Summary

Maintainability
A
1 hr
Test Coverage
DotLedger.module('Collections', function () {
  this.Payments = this.Base.extend({
    url: '/api/payments',

    model: DotLedger.Models.Payment
  });
});