lib/neo4j/active_rel.rb in neo4j-5.2.0 vs lib/neo4j/active_rel.rb in neo4j-5.2.1
- old
+ new
@@ -42,10 +42,10 @@
def neo4j_obj
_persisted_obj || fail('Tried to access native neo4j object on a non persisted object')
end
included do
- include Neo4j::Timestamps if Neo4j::Config.record_timestamps
+ include Neo4j::Timestamps if Neo4j::Config[:record_timestamps]
def self.inherited(other)
super
end
end