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])