1
0
Fork 0
arangodb/js/apps/system/aardvark/templates/repository.js.tmpl

14 lines
217 B
Cheetah

(function () {
'use strict';
var Foxx = require('org/arangodb/foxx'),
Repository;
Repository = Foxx.Repository.extend({
// Add your custom methods here
});
exports.Repository = Repository;
}());