lib/neo4j/node.rb in neo4j-1.0.0.beta.17 vs lib/neo4j/node.rb in neo4j-1.0.0.beta.18
- old
+ new
@@ -56,10 +56,10 @@
#
# === Class Methods from Included Mixins
# * Neo4j::Index::ClassMethods lucene index class methods, like find
# * Neo4j::Load - methods for loading a node
#
- # See also the Neo4j::NodeMixin if you want to wrap a node with your own Ruby class.
+ # See also the Neo4j::NodeMixin (Neo4j::Mapping::NodeMixin) if you want to wrap a node with your own Ruby class.
#
class Node
extend Neo4j::Index::ClassMethods
extend Neo4j::Load