Drop the old output_compression plugin

The production servers all have mod_deflate enabled anyway, which
almost certainly does a better job of compression than this.
This commit is contained in:
Tom Hughes 2015-03-01 10:48:10 +00:00
parent bc056a5e98
commit 9fb8f5a84b
12 changed files with 0 additions and 106 deletions

View file

@ -7,7 +7,6 @@ class WayController < ApplicationController
before_action :require_public_data, :only => [:create, :update, :delete]
before_action :check_api_writable, :only => [:create, :update, :delete]
before_action :check_api_readable, :except => [:create, :update, :delete]
after_action :compress_output
around_action :api_call_handle_error, :api_call_timeout
def create