Method: BSON::ObjectId.cast_from_string
- Defined in:
- lib/mongo_doc/ext/object_id.rb
.cast_from_string(string) ⇒ Object
7 8 9 |
# File 'lib/mongo_doc/ext/object_id.rb', line 7 def self.cast_from_string(string) ObjectId.from_string(string) unless string.blank? end |