Skip to content

Instantly share code, notes, and snippets.

@superlou
Created September 5, 2013 00:59
Show Gist options
  • Save superlou/6444752 to your computer and use it in GitHub Desktop.
Save superlou/6444752 to your computer and use it in GitHub Desktop.
Routing
Library.Router.map ()->
@resource 'books', ->
@route 'new'
@resource 'books.book', {path: ':book_id'}
@route 'edit', {path: ':book_id/edit'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment