Change ObjectID to ObjectId

This commit is contained in:
Raphael 2010-08-28 13:31:07 -07:00
parent fbee957892
commit 12b28b4f48

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