Commit 6a683fe
Changed files (1)
config
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