Fix chromeframe call

This commit is contained in:
Raphael 2010-12-16 11:54:04 -08:00
parent f821f49db1
commit fdcbe36ae9

View file

@ -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