summary refs log tree commit
path: root/lib/rack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack.rb')
-rw-r--r--lib/rack.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index bb1e4ed1..5f0e797b 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -45,6 +45,7 @@ module Rack
   autoload :Recursive, "rack/recursive"
   autoload :Reloader, "rack/reloader"
   autoload :Runtime, "rack/runtime"
+  autoload :Sendfile, "rack/sendfile"
   autoload :Server, "rack/server"
   autoload :ShowExceptions, "rack/showexceptions"
   autoload :ShowStatus, "rack/showstatus"