Skip to content

Instantly share code, notes, and snippets.

@daveaugustine
Created February 8, 2012 18:34

Revisions

  1. daveaugustine created this gist Feb 8, 2012.
    7 changes: 7 additions & 0 deletions Your_router.coffee
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    class Router extends Backbone.Router

    routes:
    'listings/:id': 'listing'

    listing: (id) ->
    # update content