From 47def5113bdddc8c76f45f37bebe80ba8e615384 Mon Sep 17 00:00:00 2001 From: Jonathan Kolyer Date: Sat, 3 Oct 2015 03:20:25 +0000 Subject: [PATCH] VRFS-3459 config.middleware.use Rack::Deflater --- web/config/application.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/config/application.rb b/web/config/application.rb index f87e02c44..6a4873d79 100644 --- a/web/config/application.rb +++ b/web/config/application.rb @@ -369,5 +369,8 @@ if defined?(Bundler) config.react.addons = true config.time_shift_style = :sbsms # or sox + + config.middleware.use Rack::Deflater + end end