# File lib/big_record/connection_adapters/column.rb, line 216 def hash_to_embedded_collection(hash) hash_collection = hash.is_a?(Hash) ? self.class.hash_to_collection(hash) : hash hash_collection_to_embedded_collection(hash_collection) end