small cleanups

This commit is contained in:
Reinier Balt 2009-05-04 10:20:40 +02:00
parent 99b88987a8
commit 0938ffe044
2 changed files with 1 additions and 2 deletions

View file

@ -506,7 +506,6 @@ class TodosController < ApplicationController
end
def auto_complete_for_tag
puts params.inspect
@items = Tag.find(:all,
:conditions => [ "name LIKE ?", '%' + params['tag_list'] + '%' ],
:order => "name ASC",