Skip to content

Commit 4c1dfba

Browse files
committedJun 30, 2014
added link to sample application
1 parent 3d71326 commit 4c1dfba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ If you prefer haml, this is equivalent to inserting the following code into `app
127127
Now start your server `rails s` and browse to [localhost:3000/posts](http://localhost:3000/posts)
128128
You should now have a fully functioning single page crud app for Post models.
129129

130+
Sample application can be found [here](https://github.com/manusajith/backbone-rails-demo)
131+
130132
##Note:##
131133
####Overrides backbone sync function####
132134
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.

0 commit comments

Comments
 (0)
Please sign in to comment.