about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-14 17:51:48 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-14 17:51:48 -0800
commit83dc65dcc16047edcbc65d077097da83b5caf2d6 (patch)
tree3d43c20bd09accbde1c7faedba1b6c739c74a426 /lib
parent8057c9584af44da07fdd7a8b37ac08cc79d9773c (diff)
downloadunicorn-83dc65dcc16047edcbc65d077097da83b5caf2d6.tar.gz
It makes life easier for people writing config.ru files for use
with Rails.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/app/old_rails.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/unicorn/app/old_rails.rb b/lib/unicorn/app/old_rails.rb
index ba1260a..0633db3 100644
--- a/lib/unicorn/app/old_rails.rb
+++ b/lib/unicorn/app/old_rails.rb
@@ -13,6 +13,8 @@ module Unicorn; module App; end; end
 # Implements a handler that can run Rails.
 class Unicorn::App::OldRails
 
+  autoload :Static, "unicorn/app/old_rails/static"
+
   def call(env)
     cgi = Unicorn::CGIWrapper.new(env)
     begin