Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created April 6, 2015 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linus-amg/f62d3d9c2e20632d342c to your computer and use it in GitHub Desktop.
Save linus-amg/f62d3d9c2e20632d342c to your computer and use it in GitHub Desktop.
# example 1
class AppRouter extends Mn.AppRouter
appRoutes:
'': DefaultRoute
module.exports = new AppRouter
# example 2
module.exports = new Mn.AppRouter
appRoutes:
'': DefaultRoute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment