mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
remove TODO from code, migrated to #2018
This commit is contained in:
parent
e7036d6913
commit
f26f72272b
1 changed files with 0 additions and 1 deletions
|
@ -1316,7 +1316,6 @@ end
|
|||
end
|
||||
|
||||
def get_not_done_todos
|
||||
# TODO: refactor text feed for done todos to todos/done.text, not /todos.text?done=true
|
||||
if params[:done]
|
||||
not_done_todos = current_user.todos.completed.completed_after(Time.zone.now - params[:done].to_i.days)
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue