lib/tredo.rb in tredo-0.1.2 vs lib/tredo.rb in tredo-0.1.3
- old
+ new
@@ -17,10 +17,10 @@
end
def self.todos_for_list(list_id)
restclient = RestProvider.new
todo = Todo.new(restclient)
- todo.actions(list_id)
+ todo.cards(list_id)
end
end
require "tredo/todo"