X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8edf08405db64afcd1207a9f1d33039ea1e23cfb..1cf9e2ed19b5190e8c4bd2b0c07be4b56097a935:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 3c7d3ff82..748200834 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -2,11 +2,6 @@ class SiteController < ApplicationController before_filter :authorize_web before_filter :require_user, :only => [:edit] - - def search - @tags = WayTag.find(:all, :limit => 11, :conditions => ["match(v) against (?)", params[:query][:query].to_s] ) - end - def goto_way way = Way.find(params[:id])