From 4c1dfba7b4f2a989bd0dbc95d5afd3fc762a0b6d Mon Sep 17 00:00:00 2001 From: Manu S Ajith Date: Mon, 30 Jun 2014 20:22:36 +0530 Subject: [PATCH] added link to sample application --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0447cd9..01481e3 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ If you prefer haml, this is equivalent to inserting the following code into `app Now start your server `rails s` and browse to [localhost:3000/posts](http://localhost:3000/posts) You should now have a fully functioning single page crud app for Post models. +Sample application can be found [here](https://github.com/manusajith/backbone-rails-demo) + ##Note:## ####Overrides backbone sync function#### This gem overrides the backbone sync function. Check [here](https://github.com/codebrew/backbone-rails/blob/master/vendor/assets/javascripts/backbone_rails_sync.js) for details.