(path, options)
| 17 | const globalVar = require('core/globalVar') |
| 18 | |
| 19 | const go = (path, options) => function () { return this.routeDirectly(path, arguments, options) } |
| 20 | |
| 21 | // This can be wrapped around existing route functions, |
| 22 | // to restrict the new teacher dashboard only for admins (using flag newTeacherDashboardActive) |
no test coverage detected