]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
move stuff around
[rails.git] / app / controllers / site_controller.rb
index 3c7d3ff82a4c97d1283bf5ed353618eaf5424c8a..748200834f1298c97a1824870ea1574a9002e575 100644 (file)
@@ -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])