# File lib/big_record/connection_adapters/column.rb, line 340 def hash_to_date_collection(value) parse_collection(value).collect{|v| string_to_date(v.to_s)} end