X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6b4803d87fc957d0a779ebedc39e8499af1b7733..6ba51da46e41f2cf9260ef8e0b74a933ae82a362:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 58a009a3b..4b22e46fd 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -2,9 +2,7 @@ class SiteController < ApplicationController before_filter :authorize_web before_filter :require_user, :only => [:edit] - - def search - @tags = WayTag.find(:all, :conditions => ["match(v) against (?)", params[:query][:query].to_s] ) + def export + render :action => 'index' end - end