Skip to content

Instantly share code, notes, and snippets.

View sumitngupta's full-sized avatar

Sumit Gupta sumitngupta

View GitHub Profile
ThresholdBackbone.Routers.Projects = Backbone.Router.extend({
routes: {
'' : 'index',
':id' : 'show'
},
index: function() {
console.log("Index View!");
},