Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Removed not-applicable comment now that Collection#dirty? is available
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Sep 4, 2009
1 parent f614412 commit 94e6784
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/dm-core/collection.rb
@@ -1,10 +1,6 @@
# TODO: if Collection is scoped by a unique property, should adding
# new Resources be denied?

# TODO: add a #dirty? method that either checks the head/tail if not
# loaded, or the whole Collection if it is to see if any Resource objects
# are dirty. Will be useful in Resource#save to speed up saving

# TODO: add #copy method

module DataMapper
Expand Down

0 comments on commit 94e6784

Please sign in to comment.