adding again the websocket adapter for thin server

James Peret 10 years ago
parent
commit
61d081b279
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.ru

+ 1 - 1
config.ru

@@ -3,7 +3,7 @@ require 'bundler'
3 3
 Bundler.require
4 4
 require 'faye'
5 5
 
6
-
6
+Faye::WebSocket.load_adapter('thin')
7 7
 
8 8
 require File.expand_path('../config/initializers/faye_token.rb', __FILE__)
9 9