Commit 6a683fe

mo <mo@mokhan.ca>
2018-10-28 19:10:51
delete the rack runtime middleware.
1 parent 673a3c3
Changed files (1)
config/application.rb
@@ -26,5 +26,6 @@ module Proof
     # Application configuration can go into files in config/initializers
     # -- all .rb files in that directory are automatically loaded after loading
     # the framework and any gems in your application.
+    config.middleware.delete(Rack::Runtime)
   end
 end