Skip to content

Commit

Permalink
Provide a default faye address localhost:9292
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Sep 9, 2011
1 parent e22c309 commit 79b030e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/backbone_sync-rails/faye.rb
Expand Up @@ -4,6 +4,7 @@ module BackboneSync
module Rails module Rails
module Faye module Faye
mattr_accessor :root_address mattr_accessor :root_address
self.root_address = 'http://localhost:9292'
end end
end end
end end

0 comments on commit 79b030e

Please sign in to comment.