Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHexagon <robinnilsson@gmail.com>2010-11-28 22:18:19 +0300
committerHexagon <robinnilsson@gmail.com>2010-11-28 22:18:19 +0300
commitf8125cdc041d4c342e693873df12e0da03b97f17 (patch)
tree3c1d22c1657f79f951f36da4b8495bcc1260e8e3 /config.ru
parent812aaae63f451ba2dde4a7dc30909bf6fcd03957 (diff)
Path fíx in config.ru, for 1.9.2
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru2
1 files changed, 1 insertions, 1 deletions
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