Skip to content

Instantly share code, notes, and snippets.

@mattd
Created December 31, 2012 03:09
Show Gist options
  • Save mattd/4417129 to your computer and use it in GitHub Desktop.
Save mattd/4417129 to your computer and use it in GitHub Desktop.
define([
'routers/base'
], function (BaseRouter) {
"use strict";
return BaseRouter.extend({
appRoutes: {
'groups': 'showGroups',
'groups/:id': 'showLearners'
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment