Module: Neo4j::Core::ActiveEntity
- Included in:
- Server::CypherNode, Server::CypherRelationship
- Defined in:
- lib/neo4j-core/active_entity.rb
Overview
A module to make Neo4j::Node and Neo4j::Relationship work better together with neo4j.rb's Neo4j::ActiveNode and Neo4j::ActiveRel
Instance Method Summary (collapse)
-
- (Boolean) persisted?
True.
Instance Method Details
- (Boolean) persisted?
Returns true
6 7 8 |
# File 'lib/neo4j-core/active_entity.rb', line 6 def persisted? true end |