Method: Neo4j::ActiveNode::Reflection::AssociationReflection#rel_class_name

Defined in:
lib/neo4j/active_node/reflection.rb

#rel_class_nameObject



69
70
71
# File 'lib/neo4j/active_node/reflection.rb', line 69

def rel_class_name
  @rel_class_name ||= association.relationship_class.name.to_s
end