]> git.openstreetmap.org Git - rails.git/blob - app/controllers/way_tag_controller.rb
move stuff around
[rails.git] / app / controllers / way_tag_controller.rb
1 class WayTagController < ApplicationController
2
3   def search
4     @tags = WayTag.find(:all, :limit => 11, :conditions => ["match(v) against (?)", params[:query][:query].to_s] )
5   end
6
7
8 end