Skip to content

Instantly share code, notes, and snippets.

@oscaroceguera
Created November 28, 2015 00:10
Show Gist options
  • Save oscaroceguera/2cbd4427c1cbc4f695d0 to your computer and use it in GitHub Desktop.
Save oscaroceguera/2cbd4427c1cbc4f695d0 to your computer and use it in GitHub Desktop.
Categories collections
var Bookshelf = require('../commons/bookshelf');
var Category = require('../models/category');
var Categories = Bookshelf.Collection.extend({
model : Category
});
module.exports = Categories;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment