lib/things/area.rb in things-client-0.1.0 vs lib/things/area.rb in things-client-0.2.0
- old
+ new
@@ -6,7 +6,12 @@
# identifier is required for creation
identifier :area
# collection is used for findings
collection :areas
+ def todos
+ Things::Todo.convert(reference.todos.get)
+ end
+
end
+
end
\ No newline at end of file