Skip to content

Commit

Permalink
added link to sample application
Browse files Browse the repository at this point in the history
  • Loading branch information
manusajith committed Jun 30, 2014
1 parent 3d71326 commit 4c1dfba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4c1dfba

Please sign in to comment.