lib/cassandra_object/scope.rb in gotime-cassandra_object-4.4.3 vs lib/cassandra_object/scope.rb in gotime-cassandra_object-4.4.4

- old
+ new

@@ -39,10 +39,10 @@ def instantiate_cql_row(cql_row) attributes = cql_row.to_hash key = attributes.delete('KEY') if attributes.any? - instantiate(key, attributes) + klass.instantiate(key, attributes) end end end end \ No newline at end of file