Revert "Change ObjectID to ObjectId"

This reverts commit efcc112397a8080fbfabd15dab30036bbb6c7140.
This commit is contained in:
Raphael 2010-08-28 13:32:51 -07:00
parent 12b28b4f48
commit f76c4bd390

View file

@ -1,9 +1,9 @@
class String
def to_id
BSON::ObjectId self
BSON::ObjectID self
end
end
class BSON::ObjectId
class BSON::ObjectID
def to_id
self
end