Path fíx in config.ru, for 1.9.2

This commit is contained in:
Hexagon 2010-11-28 20:18:19 +01:00
parent 812aaae63f
commit f8125cdc04

View file

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