'use strict' const {{name}} = exports = module.exports = {} {{name}}.{{method}} = function * (next) { // {this} belongs to model instance yield next }