From f8125cdc041d4c342e693873df12e0da03b97f17 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sun, 28 Nov 2010 20:18:19 +0100 Subject: [PATCH] =?UTF-8?q?Path=20f=C3=ADx=20in=20config.ru,=20for=201.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ru b/config.ru index a97db5ac1..0412a2988 100644 --- a/config.ru +++ b/config.ru @@ -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