mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 03:36:11 +01:00
small cleanups
This commit is contained in:
parent
99b88987a8
commit
0938ffe044
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue