UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

19 lines (14 loc) 304 B
var Alloy = require('/alloy'), _ = require('lodash'), model, collection; <%= modelJs %> model = Alloy.M('<%= basename %>', exports.definition, [<%= migrations %>] ); collection = Alloy.C('<%= basename %>', exports.definition, model ); exports.Model = model; exports.Collection = collection;