Skip to content

Commit

Permalink
Merge pull request #5900 from dprolife/patch-1
Browse files Browse the repository at this point in the history
Fix 'uninitialized constant Unicorn' error
  • Loading branch information
dzaporozhets committed Dec 22, 2013
2 parents 854977a + 6b2ee67 commit 25d793e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 25d793e

Please sign in to comment.