Path fíx in config.ru, for 1.9.2
This commit is contained in:
parent
812aaae63f
commit
f8125cdc04
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue