summary refs log tree commit
path: root/lib/rack/cascade.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack/cascade.rb')
-rw-r--r--lib/rack/cascade.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/cascade.rb b/lib/rack/cascade.rb
index c2891e5f..6b8f415a 100644
--- a/lib/rack/cascade.rb
+++ b/lib/rack/cascade.rb
@@ -4,7 +4,7 @@ module Rack
   # status codes).
 
   class Cascade
-    NotFound = [404, {"Content-Type" => "text/plain"}, []]
+    NotFound = [404, {CONTENT_TYPE => "text/plain"}, []]
 
     attr_reader :apps