Revert "Change ObjectID to ObjectId"
This reverts commit efcc112397a8080fbfabd15dab30036bbb6c7140.
This commit is contained in:
parent
12b28b4f48
commit
f76c4bd390
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue