]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/search_controller.rb
Temporary fix to avoid showing emails
[rails.git] / app / controllers / search_controller.rb
index 6e9130a526f6e90340747dde82dc6de05d8923e8..8a632e6a2c2cebd9526afec79371a91cddc6e0fb 100644 (file)
@@ -3,7 +3,6 @@ class SearchController < ApplicationController
   # Can search by tag k, v, or both (type->k,value->v)
   # Can search by name (k=name,v=....)
   skip_before_action :verify_authenticity_token
-  after_action :compress_output
 
   def search_all
     do_search(true, true, true)