From fdcbe36ae9a57d0f95cdfb1652c00b756000db1b Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 16 Dec 2010 11:54:04 -0800 Subject: [PATCH] Fix chromeframe call --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index 97009a473..5cbf4911d 100644 --- a/config.ru +++ b/config.ru @@ -7,5 +7,5 @@ require ::File.expand_path('../config/environment', __FILE__) #use Rack::FiberPool require ::File.expand_path('../lib/chrome_frame', __FILE__) -use Rack::ChromeFrame(:minimum => 8) +use Rack::ChromeFrame, :minimum => 8 run Diaspora::Application