Skip to content

Instantly share code, notes, and snippets.

@mattboldt
Last active August 29, 2015 14:03
Show Gist options
  • Save mattboldt/4c98e4aeeef2091e1db6 to your computer and use it in GitHub Desktop.
Save mattboldt/4c98e4aeeef2091e1db6 to your computer and use it in GitHub Desktop.
App.Router.reopen
location: 'history'
App.Router.map ->
@resource('dashboard', path: '/', ->
@resource('user', path: '/:userSlug')
)
@resource('post', path: '/:ownerSlug/:hashId/:postSlug', ->
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment