summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rack/files.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rack/files.rb b/lib/rack/files.rb
index 7d728a9d..e745eb39 100644
--- a/lib/rack/files.rb
+++ b/lib/rack/files.rb
@@ -21,6 +21,7 @@ module Rack
if name == :response_body
raise "#{self.class}\#response_body is no longer supported."
end
+ super
end
attr_reader :root