Fix 'uninitialized constant Unicorn' error

This commit is contained in:
dprolife 2013-12-22 11:08:43 +01:00
parent 854977a201
commit 6b2ee67269
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# This file is used by Rack-based servers to start the application.
unless defined?(PhusionPassenger)
require 'unicorn'
# Unicorn self-process killer
require 'unicorn/worker_killer'