forked from e621ng/e621ng
11 lines
250 B
Ruby
11 lines
250 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
|
|
if defined? Unicorn
|
|
require_dependency 'gctools/oobgc'
|
|
use GC::OOB::UnicornMiddleware
|
|
end
|
|
|
|
run Rails.application
|