Sha256: d40238562f43566194ea2827e3ac4b2d8b99ea5e1a068c1cdbeb7c4541fa1164
Contents?: true
Size: 245 Bytes
Versions: 14
Compression:
Stored size: 245 Bytes
Contents
module Neo4j::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
Version data entries
14 entries across 14 versions & 1 rubygems