Skip to content

Instantly share code, notes, and snippets.

@cpjobling
Created April 16, 2013 11:07
Show Gist options
  • Select an option

  • Save cpjobling/5395101 to your computer and use it in GitHub Desktop.

Select an option

Save cpjobling/5395101 to your computer and use it in GitHub Desktop.
Backbone-on-rails generated router for a projects resource
class AppName.Routers.Projects extends Backbone.Router
routes:
'': 'index'
index: ->
alert "home page"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment