Sha256: ed46850f9771ca574fef1d1d8b83ed4c7685047f9933f694c032b9a4a1d438ce
Contents?: true
Size: 269 Bytes
Versions: 95
Compression:
Stored size: 269 Bytes
Contents
module Neo4j module Core # A module to make Neo4j::Node and Neo4j::Relationship work better together with neo4j.rb's Neo4j::ActiveNode and Neo4j::ActiveRel module ActiveEntity # @return true def persisted? true end end end end
Version data entries
95 entries across 95 versions & 1 rubygems