backbone_sync-rails 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +0 -2
- data/lib/backbone_sync-rails/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -29,8 +29,6 @@ This assumes you already have a Backbone.js + Rails app.
|
|
29
29
|
//= require backbone_sync-rails/rails_faye_subscriber
|
30
30
|
```
|
31
31
|
|
32
|
-
(Until I rewrite it, one of 'em uses coffeescript, so you'll need that.)
|
33
|
-
|
34
32
|
4. Open a connection to Faye from your clients, somewhere on your page (in the layout?):
|
35
33
|
|
36
34
|
```eruby
|