dotledger/dotledger

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

Summary

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

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