16 lines
248 B
Plaintext
Raw Normal View History

2016-08-10 11:00:56 +02:00
'use strict';
/**
* A set of functions called "actions" for `<%= globalID %>`
*/
module.exports = {
// exampleAction: function * () {
// try {
// this.body = 'ok';
// } catch (err) {
// this.body = err;
// }
// }
};