dotledger/dotledger

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

Summary

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