Rails4 acceptance in the green 😄
This commit is contained in:
@@ -12,6 +12,7 @@ class ServerAuth
|
||||
end
|
||||
end
|
||||
|
||||
Faye::WebSocket.load_adapter('thin')
|
||||
faye_server = Faye::RackAdapter.new(mount: '/faye', timeout: 45)
|
||||
#faye_server.listen 9296
|
||||
faye_server.add_extension(ServerAuth.new)
|
||||
|
||||
Reference in New Issue
Block a user