adding chrome frame for poor ie souls

This commit is contained in:
maxwell 2010-11-23 09:27:02 -08:00
parent 82d0e193e7
commit b7834b298c

View file

@ -6,6 +6,6 @@
require ::File.expand_path('../config/environment', __FILE__)
#use Rack::FiberPool
#require 'lib/chrome_frame'
#use Rack::ChromeFrame
require 'lib/chrome_frame'
use Rack::ChromeFrame
run Diaspora::Application