]> git.openstreetmap.org Git - rails.git/blob - app/controllers/changeset_tag_controller.rb
Have a nice translated alt and title for the sotm and donation.
[rails.git] / app / controllers / changeset_tag_controller.rb
1 class ChangesetTagController < ApplicationController
2   layout 'site'
3
4   before_filter :set_locale
5
6   def search
7     @tags = ChangesetTag.find(:all, :limit => 11, :conditions => ["match(v) against (?)", params[:query][:query].to_s] )
8   end
9
10
11 end