lib/cassandra_object/migrations.rb in sessionm-cassandra_object-2.2.55 vs lib/cassandra_object/migrations.rb in sessionm-cassandra_object-2.3.0

- old
+ new

@@ -21,10 +21,10 @@ def schema_version Integer(@schema_version || self.class.current_schema_version) end def attribute_will_change!(attribute) - logger.warn "#{self.class}##{attribute} added/removed/changed and attribute_will_change! not implemented." + Rails.logger.warn "#{self.class}##{attribute} added/removed/changed and attribute_will_change! not implemented." end end module ClassMethods def migrate(version, &blk)