From 444f8a5bd0bfec4a9acb1582b109ef440e2081ff Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 16 Aug 2016 11:56:47 -0700 Subject: [PATCH] use TempfileReaper to hopefully clean up RackMultipart turds --- app.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app.rb b/app.rb index d73ba5d1..2c68f3d5 100644 --- a/app.rb +++ b/app.rb @@ -7,6 +7,7 @@ use Rack::Session::Cookie, key: 'neocities', secret: $config['session_secret'] use Rack::Recaptcha, public_key: $config['recaptcha_public_key'], private_key: $config['recaptcha_private_key'] +use Rack::TempfileReaper helpers Rack::Recaptcha::Helpers helpers do