lib/things/app.rb in things-client-0.1.0 vs lib/things/app.rb in things-client-0.2.0

- old
+ new

@@ -14,14 +14,9 @@ # get a collection of Lists def self.lists List end - # get a collection of Todos - def self.todos - Collections::Todo - end - # activate the app and bring it to front def self.activate instance!.activate end \ No newline at end of file