Fix chromeframe call
This commit is contained in:
parent
f821f49db1
commit
fdcbe36ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@
|
||||||
require ::File.expand_path('../config/environment', __FILE__)
|
require ::File.expand_path('../config/environment', __FILE__)
|
||||||
#use Rack::FiberPool
|
#use Rack::FiberPool
|
||||||
require ::File.expand_path('../lib/chrome_frame', __FILE__)
|
require ::File.expand_path('../lib/chrome_frame', __FILE__)
|
||||||
use Rack::ChromeFrame(:minimum => 8)
|
use Rack::ChromeFrame, :minimum => 8
|
||||||
run Diaspora::Application
|
run Diaspora::Application
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue