Method: Date.bson_create

Defined in:
lib/mongodoc/ext/date.rb

.bson_create(bson_hash, options = nil) ⇒ Object



12
13
14
# File 'lib/mongodoc/ext/date.rb', line 12

def self.bson_create(bson_hash, options = nil)
  Date.parse(*bson_hash.values_at('dt', 'sg'))
end