lib/cassandra_object/model.rb in extendi-cassandra_object-1.0.6 vs lib/cassandra_object/model.rb in extendi-cassandra_object-1.0.7

- old
+ new

@@ -15,9 +15,10 @@ def config=(config) @@config = config.deep_symbolize_keys end def config + return self.custom_config if self.methods(false).include?(:custom_config) @@config end def allow_filtering=(value) @allow_filtering = value