Plato on Github
Report Home
ampersand/template/shared/client/models/persons.js
Maintainability
72.59
Lines of code
8
Difficulty
3.75
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
var Collection = require('ampersand-rest-collection'); var Person = require('./person'); module.exports = Collection.extend({ model: Person, url: '/api/people' });