lib/neo4j/active_rel.rb in neo4j-5.1.5 vs lib/neo4j/active_rel.rb in neo4j-5.2.0

- old
+ new

@@ -42,9 +42,11 @@ 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 + def self.inherited(other) super end end