UNPKG

sails-factory

Version:

Simple model factory for Sails.js. Inspired by factory_girl and rosie.

17 lines (13 loc) 278 B
/** * Sample * * @module :: Model * @description :: A short summary of how this model works and what it represents. * @docs :: http://sailsjs.org/#!documentation/models */ module.exports = { attributes: { title: "string", description: "string" } };