Commit 25d793eac5a85c83985a59f1e80be59cb4882457

Authored by Dmitriy Zaporozhets
2 parents 854977a2 6b2ee672

Merge pull request #5900 from dprolife/patch-1

Fix 'uninitialized constant Unicorn' error
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config.ru
1 1 # This file is used by Rack-based servers to start the application.
2 2  
3 3 unless defined?(PhusionPassenger)
  4 + require 'unicorn'
4 5 # Unicorn self-process killer
5 6 require 'unicorn/worker_killer'
6 7  
... ...