Skip to content

Commit

Permalink
Logging in the post route
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Jan 1, 2010
1 parent 13044f4 commit a42fc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/json_store.js
Expand Up @@ -33,7 +33,7 @@
});

this.post('#/cart', function(context) {

this.log("I'm in a post route. Add me to your cart");
});

});
Expand Down

0 comments on commit a42fc6c

Please sign in to comment.