trails-model
v2.0.1
Published
Trails Model Class
Downloads
402
Readme
trails-model
Note: This module is deprecated in Trails v2. It will be merged into trailsjs/trails in v3.
Trails Model Class. Exposes Trails Application resources to the class instances. Models should extend this Class.
Usage
const Model = require('trails-model')
class MyModel extends Model {
// ...
}