Commit 6b2ee672690dc39197ac6b2eac4416a0fdea8e21

Authored by dprolife
1 parent 854977a2

Fix 'uninitialized constant Unicorn' error

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