Class: Exwiw::MongodbCollectionConfig

Inherits:
Object
  • Object
show all
Includes:
Serdes
Defined in:
lib/exwiw/mongodb_collection_config.rb

Class Method Summary collapse

Class Method Details

.from_symbol_keys(hash) ⇒ Object



17
18
19
# File 'lib/exwiw/mongodb_collection_config.rb', line 17

def self.from_symbol_keys(hash)
  from(JSON.parse(hash.to_json))
end