UNPKG

lmd

Version:

LMD: Lazy Module Declaration

7 lines (6 loc) 161 B
module.exports = function () { this.resource('todos', { path: '/' }, function () { this.route('active'); this.route('completed'); }); };