UNPKG

157 Btext/coffeescriptView Raw
1configure = (app, rest) ->
2 rest.routeResource 'timePatterns', app
3 , app.middleware.userAction, app.controllers.timePattern
4
5exports.configure = configure
\No newline at end of file